diff client/src/components/Logs.vue @ 2931:f90f2fd94fbc

added regression test for protocols
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 04 Apr 2019 12:25:35 +0200
parents 1019f4d0e18f
children 1b8bb4f89227
line wrap: on
line diff
--- a/client/src/components/Logs.vue	Thu Apr 04 11:22:25 2019 +0200
+++ b/client/src/components/Logs.vue	Thu Apr 04 12:25:35 2019 +0200
@@ -14,6 +14,7 @@
             <ul class="nav nav-pills">
               <li class="nav-item">
                 <a
+                  id="accesslog"
                   :class="accesslogStyle"
                   @click.prevent="
                     fetch('system/log/apache2/access.log', 'accesslog')
@@ -25,6 +26,7 @@
               </li>
               <li class="nav-item">
                 <a
+                  id="errorlog"
                   :class="errorlogStyle"
                   @click.prevent="
                     fetch('system/log/apache2/error.log', 'errorlog')