Skip to content
This repository was archived by the owner on Mar 5, 2020. It is now read-only.

Commit 09e6375

Browse files
committed
Bigger local container window, small changes
1 parent fd4f909 commit 09e6375

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/main/resources/public/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="container-fluid">
3434
<div class="row">
3535
<!-- Main Sidebar -->
36-
<aside class="main-sidebar col-12 col-md-3 col-lg-2 px-0">
36+
<aside class="main-sidebar col-12 col-md-3 col-lg-2 px-0" style="z-index: 1;">
3737
<div class="main-navbar">
3838
<nav class="navbar align-items-stretch navbar-light bg-white flex-md-nowrap border-bottom p-0">
3939
<a class="navbar-brand w-100 mr-0" href="dashboard.html" style="line-height: 25px;">

src/main/resources/public/dashboard/container.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ <h6 class="m-0">Current processes</h6>
109109
<div class="card card-small mb-4">
110110
<div class="card-header border-bottom">
111111
<h6 class="m-0">Logs from the machine</h6>
112-
<textarea class="form-control" name="logsMachine" rows="20">{{logMachine}}</textarea>
112+
<textarea readonly class="form-control" name="logsMachine" rows="20">{{logMachine}}</textarea>
113113
</div>
114114
</div>
115115
</div>
116116
</div>
117117

118118

119119
<div class="modal" tabindex="-1" role="dialog" id="local">
120-
<div class="modal-dialog modal-lg" role="document">
120+
<div class="model-dialog" role="document" style="width: 100%; margin: auto; z-index: 999;">
121121
<div class="modal-content">
122122
<div class="modal-header">
123123
<h5 style="float:right;" class="modal-title">Local access</h5>
@@ -126,7 +126,7 @@ <h5 style="float:right;" class="modal-title">Local access</h5>
126126
</button>
127127
</div>
128128
<div class="modal-body">
129-
<object style=" float:right; width:120vh;height:100vh;"
129+
<object style="float:right; width:100%;height:100vh;"
130130
data="http://waw1.simplemethod.io:{{hostPorts}}" type="text/html">
131131
Docker
132132
</object>

src/main/resources/public/dashboard/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h6 class="stats-small__value count my-3">{{publicRepo}}</h6>
3737
<div class="card-body p-0 d-flex">
3838
<div class="d-flex flex-column m-auto">
3939
<div class="stats-small__data text-center">
40-
<span class="stats-small__label text-uppercase">Number of collaborators</span>
40+
<span class="stats-small__label text-uppercase">Collaborators</span>
4141
<h6 class="stats-small__value count my-3">{{numbersColl}}</h6>
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)