Secrets editor (#672)

* Secrets editor

* Check file exists
This commit is contained in:
Nikolay Vasilchuk
2019-10-13 13:57:28 +03:00
committed by Otto Winter
parent 57bee74225
commit 7c31592850
3 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -38,8 +38,8 @@
</div>
<ul id="dropdown-nav-actions" class="select-action dropdown-content card-dropdown-action">
<li><a id="update-all-button" class="modal-close waves-effect waves-green btn-flat"
data-node="{{ escape(config_dir) }}">Update All</a></li>
<li><a id="update-all-button" data-node="{{ escape(config_dir) }}">Update All</a></li>
<li><a id="secrets-button" class="action-edit" data-node="secrets.yaml">Secrets</a></li>
</ul>
</nav>