Ver Fonte

Merge branch 'develop'

* develop:
  remove obsolete hr and h2
  add style to table
ksieren há 2 anos atrás
pai
commit
deb04e46be
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      Resources/Private/Templates/Dashboard/Index.html

+ 3 - 3
Resources/Private/Templates/Dashboard/Index.html

@@ -25,9 +25,9 @@
   <h1>Pflege der Chatbot-Begriffe</h1>
 
 
-  <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">
+<!--  <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">-->
 
-  <h2>List of terms</h2>
+<!--  <h2>List of terms</h2>-->
   <style>
     th {
       cursor: pointer;
@@ -36,7 +36,7 @@
       background-color: #f1f1f1;
     }
   </style>
-  <table id="termsTable" style="width: 100%">
+  <table id="termsTable" style="width: 100%" class="table table-hover table-striped">
     <thead>
     <tr>
       <th onclick="sortTable('termsTable',0)" additionalAttributes="{style: 'width: 10px;'}">ID</th>