Adding cleanup_fact prompt

The cleanup_fact job requires a different set of parameters: older_than and granularity. A different prompt modal was required in order to reflect these extra parameters.
This commit is contained in:
Jared Tabor
2015-05-26 12:39:36 -04:00
parent c930b7759a
commit 22b44ceb32
3 changed files with 193 additions and 22 deletions

View File

@@ -7,7 +7,8 @@
],
"watch": [
"awx/ui/static",
"awx/ui/tests"
"awx/ui/tests",
"awx/ui/templates/ui/index.html"
],
"ext": "js json less html"
}