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>
|
||||
<body>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Tasks</h1>
|
||||
<div id="jobs">
|
||||
<table class="table is-bordered is-hoverable is-striped is-fullwidth">
|
||||
|
@ -33,6 +34,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script>
|
||||
(function() {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<section class="section" id="job">
|
||||
<div class="container">
|
||||
<h1 class="title">Job '{{job.name}}'</h1>
|
||||
|
||||
<table class="table is-bordered">
|
||||
|
@ -24,6 +25,7 @@
|
|||
|
||||
<h2 class="subtitle">Excution log:</h2>
|
||||
<pre>{{job.log}}</pre>
|
||||
</div>
|
||||
</section>
|
||||
<script>
|
||||
(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue