Skip to content
Snippets Groups Projects
Commit 8eb2e402 authored by Tim Fechner's avatar Tim Fechner Committed by Tim Fechner
Browse files

Add better comments to minion/detail.html

parent bc3e15ae
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,8 @@ ...@@ -48,6 +48,8 @@
<!-- tab panes --> <!-- tab panes -->
<div class="tab-content"> <div class="tab-content">
<!-- general -->
<div role="tabpanel" class="tab-pane fade in active" id="general"> <div role="tabpanel" class="tab-pane fade in active" id="general">
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
...@@ -99,6 +101,8 @@ ...@@ -99,6 +101,8 @@
</div> </div>
</div> </div>
</div> </div>
<!-- domains -->
<div role="tabpanel" class="tab-pane fade" id="domains"> <div role="tabpanel" class="tab-pane fade" id="domains">
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
...@@ -134,6 +138,8 @@ ...@@ -134,6 +138,8 @@
</table> </table>
<i>Hier sollen in Zukunft mehr Informationen wie bspw. SSL Cert checks usw. angezeigt werden ...</i> <i>Hier sollen in Zukunft mehr Informationen wie bspw. SSL Cert checks usw. angezeigt werden ...</i>
</div> </div>
<!-- networks -->
<div role="tabpanel" class="tab-pane fade" id="networks"> <div role="tabpanel" class="tab-pane fade" id="networks">
<table class="table sortable"> <table class="table sortable">
<thead> <thead>
...@@ -156,6 +162,8 @@ ...@@ -156,6 +162,8 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<!-- packages -->
<div role="tabpanel" class="tab-pane fade" id="packages"> <div role="tabpanel" class="tab-pane fade" id="packages">
<div class="row margin-bottom-wrapper"> <div class="row margin-bottom-wrapper">
<div class="col-md-6"> <div class="col-md-6">
...@@ -207,6 +215,8 @@ ...@@ -207,6 +215,8 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<!-- users -->
<div role="tabpanel" class="tab-pane fade" id="users"> <div role="tabpanel" class="tab-pane fade" id="users">
<button id="toggleSystemUsers" type="button" class="btn btn-default margin-bottom-wrapper" data-toggle="button" aria-pressed="false" autocomplete="off">Toggle system users</button> <button id="toggleSystemUsers" type="button" class="btn btn-default margin-bottom-wrapper" data-toggle="button" aria-pressed="false" autocomplete="off">Toggle system users</button>
<table id="usertable" class="table table-hover sortable"> <table id="usertable" class="table table-hover sortable">
...@@ -230,6 +240,8 @@ ...@@ -230,6 +240,8 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<!-- partitions -->
<div role="tabpanel" class="tab-pane fade" id="partitions"> <div role="tabpanel" class="tab-pane fade" id="partitions">
<table class="table table-hover sortable"> <table class="table table-hover sortable">
<thead> <thead>
...@@ -254,6 +266,7 @@ ...@@ -254,6 +266,7 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div> </div>
<!-- tab panes end --> <!-- tab panes end -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment