Add Print plan button to layout editor toolbar
This commit is contained in:
@@ -40,6 +40,7 @@ app.innerHTML = `${nav('layout')}
|
|||||||
<button data-add="spawn">+ Spawn</button>
|
<button data-add="spawn">+ Spawn</button>
|
||||||
<button data-add="path">+ Path</button>
|
<button data-add="path">+ Path</button>
|
||||||
<button id="topView">Top view</button>
|
<button id="topView">Top view</button>
|
||||||
|
<button onclick="location.href='/admin/plan.html'">Print plan ↗</button>
|
||||||
<span style="flex:1"></span>
|
<span style="flex:1"></span>
|
||||||
<button id="reset" class="danger">Reset to seed</button>
|
<button id="reset" class="danger">Reset to seed</button>
|
||||||
<button id="save" class="primary">Save layout</button>
|
<button id="save" class="primary">Save layout</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user