Remove layout button & expose layout method (#126)

* Remove toggle layout button

* Expose toggle layout method
This commit is contained in:
Matt (IPv4) Cowley
2019-11-19 18:41:35 +00:00
committed by Bálint Szekeres
parent c9f81d72e1
commit 5e1e7bd279
3 changed files with 3 additions and 22 deletions

View File

@@ -1,7 +1,4 @@
<header>
<div ng-if="toggleLayoutVisible()" class="layout-toggle" ng-cloak>
<button class="btn btn-sm btn-secondary" ng-click="toggleLayout()">Layout: {{ layout }}</button>
</div>
<div ng-if="layout === 'do'" ng-cloak>
<div class="hero container">
<h1>NGINX Config</h1>