Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ale
logviewer
Commits
32d661e2
Commit
32d661e2
authored
Aug 26, 2017
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix style of main log viewport
parent
edcf466c
Pipeline
#439
passed with stages
in 1 minute and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
bindata.go
bindata.go
+4
-4
htdocs/index.html
htdocs/index.html
+3
-3
No files found.
bindata.go
View file @
32d661e2
...
...
@@ -3307,11 +3307,11 @@ var _htdocsIndexHtml = []byte(`<!DOCTYPE html>
</form>
</nav>
<div class="container" id="main">
<div class="container
-fluid
" id="main">
<
div class="container"
id="viewport"></
div
>
<
pre
id="viewport"></
pre
>
<div class="
container
hidden" id="loading">
<div class="hidden" id="loading">
<i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw" aria-hidden="true"></i>
</div>
...
...
@@ -3335,7 +3335,7 @@ func htdocsIndexHtml() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "htdocs/index.html", size: 3
117
, mode: os.FileMode(436), modTime: time.Unix(15037
51696
, 0)}
info := bindataFileInfo{name: "htdocs/index.html", size: 3
095
, mode: os.FileMode(436), modTime: time.Unix(15037
86827
, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
htdocs/index.html
View file @
32d661e2
...
...
@@ -52,11 +52,11 @@
</form>
</nav>
<div
class=
"container"
id=
"main"
>
<div
class=
"container
-fluid
"
id=
"main"
>
<
div
class=
"container"
id=
"viewport"
></
div
>
<
pre
id=
"viewport"
></
pre
>
<div
class=
"
container
hidden"
id=
"loading"
>
<div
class=
"hidden"
id=
"loading"
>
<i
class=
"fa fa-circle-o-notch fa-spin fa-3x fa-fw"
aria-hidden=
"true"
></i>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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