Skip to content

Commit 5a514fe

Browse files
committed
admin: add link to terminal mode
1 parent 35ec6ac commit 5a514fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/strecku/admin/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ <h2 flex class="toolbar-title">{{store.name}} settings</h2>
7878
ng-class="{ active: active('Api') }">
7979
<p>Store API</p>
8080
</md-list-item>
81+
<md-list-item ng-href="/api/v1/stores/{{store._id}}/terminal">
82+
<p>Launch terminal</p>
83+
</md-list-item>
8184
</md-list>
8285
</md-sidenav>
8386

0 commit comments

Comments
 (0)