From 72e43ddf5a01b28d57a41bdbd4b77a0519d92912 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 19 Mar 2017 16:27:57 +0000
Subject: [PATCH] compileAll (Entwurf)

---
 web/ui/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/web/ui/index.html b/web/ui/index.html
index 6923342..a1a33ad 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -109,7 +109,8 @@
               <a class="dropdown-item disabled" href="/file-cms/ui">Dateien verwalten</a>
               <div class="dropdown-divider"></div>
               <a id="m-test" class="dropdown-item" href="#">Test</a>
-              <a id="m-test-2" class="dropdown-item" href="#">Test 2</a>
+              <a id="m-test-2" class="dropdown-item" href="#">Compile</a>
+              <a id="m-test-3" class="dropdown-item" href="#">Compile all</a>
               <div class="dropdown-divider"></div>
               <a id="logout" class="dropdown-item" href="#">Abmelden</a>
             </div>

--
Gitblit v1.9.3