blob: 9eddd6f0a353d804e8b542004f9b6888aa59813b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Run Lua Script</title>
{{template "header.html" .}}
</head>
<body>
<paper-header-panel class="fit">
{{template "titlebar.html" .}}
<div class="content">
<paper-drawer-panel>
<div drawer>
<drawer-sk></drawer-sk>
</div>
<div main class="scrollable">
<section class="left_padded">
<h2>Run Lua Script</h2>
<lua-scripts-sk></lua-scripts-sk>
</section>
</div>
</paper-drawer-panel>
</div>
<paper-toast id="confirm_toast" duration="5000"></paper-toast>
<error-toast-sk></error-toast-sk>
</paper-header-panel>
<script type="text/javascript" charset="utf-8">
(function() {
ctfe.skpRepositories.getRepositories().then(function(skpRepositories) {
$$$('lua-scripts-sk').skpRepositories = skpRepositories;
}).catch(sk.errorMessage);
})();
</script>
</body>
</html>