[mod] add disclamer on index page

This commit is contained in:
Laurent Peuch 2018-11-03 17:43:03 +01:00
parent 7786e50422
commit 07e2524f84
2 changed files with 6 additions and 1 deletions

View file

@ -36,4 +36,9 @@
.runningJob { .runningJob {
background-color: #D9EDF7 !important;; background-color: #D9EDF7 !important;;
}
h1 small {
font-size: large;
color: #888;
} }

View file

@ -3,7 +3,7 @@
<% block content %> <% block content %>
<section class="section"> <section class="section">
<div class="container"> <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"> <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">
<thead> <thead>