mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] add disclamer on index page
This commit is contained in:
parent
7786e50422
commit
07e2524f84
2 changed files with 6 additions and 1 deletions
|
@ -36,4 +36,9 @@
|
|||
|
||||
.runningJob {
|
||||
background-color: #D9EDF7 !important;;
|
||||
}
|
||||
|
||||
h1 small {
|
||||
font-size: large;
|
||||
color: #888;
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
<% block content %>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title">Tasks</h1>
|
||||
<h1 class="title">Tasks <small>display last done job of each app and next scheduled job</small></h1>
|
||||
<div id="jobs">
|
||||
<table class="table is-bordered is-hoverable is-striped is-fullwidth">
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Reference in a new issue