]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak fix HTML tags on fileset list page
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 7 Jul 2019 17:48:00 +0000 (19:48 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Sat, 14 Dec 2019 14:55:25 +0000 (15:55 +0100)
gui/baculum/protected/Web/Pages/FileSetList.page

index ee43ecaa67b430840445748715fb2fc91cd6fb6d..5a8a639e13f4c47325524c157f3eae2ff62509ee 100644 (file)
                <button type="button" class="w3-button w3-green<%=empty($_SESSION['dir']) ? ' hide': ''%>" onclick="document.location.href='<%=$this->Service->constructUrl('NewResource', array('component_type' => 'dir', 'component_name' => $_SESSION['dir'], 'resource_type' => 'Fileset'))%>';"><i class="fa fa-plus"></i> &nbsp;<%[ Add fileset ]%></button>
        </div>
        <div class="w3-container">
-                       <table id="fileset_list" class="w3-table w3-striped w3-hoverable w3-white w3-margin-bottom">
-                               <thead>
-                                       <tr>
-                                               <th></th>
-                                               <th><%[ Name ]%></th>
-                                               <th><%[ Director ]%></th>
-                                               <th class="w3-center"><%[ Actions ]%></th>
-                                       </tr>
-                               </thead>
-                               <tbody id="fileset_list_body"></tbody>
-                       </table>
+               <table id="fileset_list" class="w3-table w3-striped w3-hoverable w3-white w3-margin-bottom">
+                       <thead>
+                               <tr>
+                                       <th></th>
+                                       <th><%[ Name ]%></th>
+                                       <th><%[ Director ]%></th>
+                                       <th class="w3-center"><%[ Actions ]%></th>
+                               </tr>
+                       </thead>
+                       <tbody id="fileset_list_body"></tbody>
                </table>
        </div>
 <script type="text/javascript">