Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
salt-observer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
django
salt-observer
Commits
a723b6da
Commit
a723b6da
authored
9 years ago
by
Tim Fechner
Committed by
Tim Fechner
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prettify network/detail.html
parent
9f5108b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
salt_observer/templates/network/detail.html
+59
-44
59 additions, 44 deletions
salt_observer/templates/network/detail.html
with
59 additions
and
44 deletions
salt_observer/templates/network/detail.html
+
59
−
44
View file @
a723b6da
...
@@ -7,11 +7,43 @@
...
@@ -7,11 +7,43 @@
<h1>
{{ network.ipv4 }}
</h1>
<h1>
{{ network.ipv4 }}
</h1>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<ul
class=
"nav nav-tabs"
role=
"tablist"
>
<li
role=
"presentation"
class=
"active"
><a
href=
"#general"
aria-controls=
"general"
role=
"tab"
data-toggle=
"tab"
>
General
</a></li>
<li
role=
"presentation"
><a
href=
"#minions"
aria-controls=
"minions"
role=
"tab"
data-toggle=
"tab"
>
Connected minions
</a></li>
</ul>
<!-- tab panes -->
<div
class=
"tab-content"
>
<!-- 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"
>
<h1>
Im Netzwerk vorhandene Minions
</h1>
<i>
Hier soll man in Zukunft eigenes Markdown hinterlegen können ...
</i>
</div>
<div
class=
"col-md-4"
>
<table
class=
"table datatable"
>
<tbody>
<tr>
<td>
Network
</td>
<td>
{{ network.ipv4 }}
</td>
</tr>
<tr>
<td>
Subnetmask
</td>
<td>
{{ network.mask }}
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<table
class=
"table"
>
<!-- minions -->
<div
role=
"tabpanel"
class=
"tab-pane fade"
id=
"minions"
>
<table
class=
"table sortable"
>
<thead>
<thead>
<tr>
<tr>
<th>
Minion Fqdn
</th>
<th>
Minion Fqdn
</th>
...
@@ -34,25 +66,8 @@
...
@@ -34,25 +66,8 @@
</tbody>
</tbody>
</table>
</table>
</div>
</div>
<div
class=
"col-md-4"
>
<table
class=
"table"
>
</div>
<thead>
<tr>
<th>
Property
</th>
<th>
Value
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Netzwerk
</td>
<td>
{{ network.ipv4 }}
</td>
</tr>
<tr>
<td>
Subnet Mask
</td>
<td>
{{ network.mask }}
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment