mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-03 13:21:48 -05:00
Fix project update model
This commit is contained in:
committed by
Jake McDermott
parent
52a6cca206
commit
41d3d29ae8
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user