5 Commits

Author SHA1 Message Date
Andrew Buss
2e2ee53f30 Added Usages field to web interface 2018-03-12 12:39:32 -07:00
Brian Harring
767f3d3912 static/index.html: Convert from single page app to tabbed app.
The diff for this is a bit ugly due to indentation changes, but
essentially each navbar tag that exists, was converted into a tab.  From
there, only one tab is shown at a time- this makes navigation generally
suck less, and is visually less painful.

In parallel, the markup for each tab was adjusted to be more consistent.
2017-01-09 08:58:33 -08:00
Kyle Isom
198b6ddfab Restore doesn't require usage count.
Always delegate for 1 use.
2016-08-17 12:11:24 -07:00
Kyle Isom
39e11fa81d Add the restoration function to the HTML UI.
+ Add a new restore UI box. When a user delegates successfully for a
  restoration, the current restoration state is returned.
+ Add the persistence state to the summary output.
+ Rename "ordernum" to "slot": this is a longstanding complaint about
  the UI, and I fixed it while I was mucking about with this PR.
2016-08-12 10:19:10 -07:00
Jessica Frazelle
4340039d5b use go generate so index.html contents are not in redoctober.go
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2016-03-09 18:58:05 -08:00