Fix project update model

This commit is contained in:
gconsidine
2018-02-02 10:43:43 -05:00
committed by Jake McDermott
parent 52a6cca206
commit 41d3d29ae8
3 changed files with 25 additions and 3 deletions

View File

@@ -473,6 +473,22 @@ function getTime (created) {
return `${hour}:${minute}:${second}`;
}
function pageUp () {
}
function pageDown () {
}
function jumpToStart () {
}
function jumpToEnd () {
}
function showHostDetails (id) {
jobEvent.request('get', id)
.then(() => {