mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Simplify index.mst to a single div to insert the editor
This commit is contained in:
@@ -32,28 +32,9 @@
|
||||
{{#page.css}}
|
||||
<link rel="stylesheet" href="{{.}}">
|
||||
{{/page.css}}
|
||||
|
||||
</head>
|
||||
<body spellcheck="false">
|
||||
<div id="red-ui-editor">
|
||||
<div id="red-ui-header">
|
||||
<span class="red-ui-header-logo">{{#header.url}}<a href="{{.}}">{{/header.url}}{{#header.image}}<img src="{{.}}">{{/header.image}} <span>{{ header.title }}</span>{{#header.url}}</a>{{/header.url}}</span>
|
||||
<ul class="red-ui-header-toolbar hide">
|
||||
<li><a id="btn-sidemenu" class="button" data-toggle="dropdown" href="#"><i class="fa fa-bars"></i></a></li>
|
||||
</ul>
|
||||
<div id="red-ui-header-shade" class="hide"></div>
|
||||
</div>
|
||||
<div id="red-ui-main-container" class="red-ui-sidebar-closed hide">
|
||||
<div id="red-ui-workspace"></div>
|
||||
<div id="red-ui-editor-stack"></div>
|
||||
<div id="red-ui-palette"></div>
|
||||
<div id="red-ui-sidebar"></div>
|
||||
|
||||
<div id="red-ui-sidebar-separator"></div>
|
||||
</div>
|
||||
<div id="red-ui-full-shade" class="hide"></div>
|
||||
</div>
|
||||
|
||||
<div id="red-ui-editor"></div>
|
||||
<script src="vendor/vendor.js"></script>
|
||||
<script src="vendor/jsonata/jsonata.min.js"></script>
|
||||
<script src="vendor/ace/ace.js"></script>
|
||||
|
Reference in New Issue
Block a user