Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
07bd2187
Verified
Commit
07bd2187
authored
Apr 19, 2018
by
Dmitry Volodin
Browse files
ip.ipam: Fix layout
parent
6960ba36
Pipeline
#4979
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/web/apps/ip/ipam/templates/vrf_index.html
View file @
07bd2187
{% extends "raw.html" %}
{% block extrahead %}
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/ui/pkg/bootstrap/css/bootstrap.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/ui/pkg/bootstrap/css/bootstrap-theme.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/ui/pkg/fontawesome/css/font-awesome.min.css"
/>
...
...
@@ -112,7 +113,7 @@ document.currentPrefix = "{{ prefix.prefix }}";
<!-- prefixes -->
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 col-lg-
8
"
>
<div
class=
"col-sm-12 col-lg-
9
"
>
{% if prefixes %}
<script
type=
"text/javascript"
>
p_free_shown
=
false
;
...
...
@@ -494,7 +495,7 @@ document.currentPrefix = "{{ prefix.prefix }}";
<!-- end ip pools -->
<!-- block info -->
</div>
<div
class=
"col-lg-
2
"
>
<div
class=
"
col-sm-12
col-lg-
3
"
>
<div
class=
"module"
>
<table
class=
"table table-striped"
>
<caption
class=
"module"
>
{{prefix.prefix}} Info
</caption>
...
...
EKbfh
🐼
@EKbfh
mentioned in issue
#785 (closed)
·
Apr 19, 2018
mentioned in issue
#785 (closed)
mentioned in issue #785
Toggle commit list
Илья Сомов
@somovis
mentioned in issue
#788 (closed)
·
Apr 19, 2018
mentioned in issue
#788 (closed)
mentioned in issue #788
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment