mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] put pages in containers classes
This commit is contained in:
parent
9dd5aab623
commit
dcab04771f
2 changed files with 37 additions and 33 deletions
|
@ -10,6 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
|
<div class="container">
|
||||||
<h1 class="title">Tasks</h1>
|
<h1 class="title">Tasks</h1>
|
||||||
<div id="jobs">
|
<div id="jobs">
|
||||||
<table class="table is-bordered is-hoverable is-striped is-fullwidth">
|
<table class="table is-bordered is-hoverable is-striped is-fullwidth">
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="section" id="job">
|
<section class="section" id="job">
|
||||||
|
<div class="container">
|
||||||
<h1 class="title">Job '{{job.name}}'</h1>
|
<h1 class="title">Job '{{job.name}}'</h1>
|
||||||
|
|
||||||
<table class="table is-bordered">
|
<table class="table is-bordered">
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
|
|
||||||
<h2 class="subtitle">Excution log:</h2>
|
<h2 class="subtitle">Excution log:</h2>
|
||||||
<pre>{{job.log}}</pre>
|
<pre>{{job.log}}</pre>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue