mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 01:45:35 +08:00
Remove layout button & expose layout method (#126)
* Remove toggle layout button * Expose toggle layout method
This commit is contained in:
committed by
Bálint Szekeres
parent
c9f81d72e1
commit
5e1e7bd279
@@ -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>
|
||||
|
Reference in New Issue
Block a user