diff --git a/SingularityUI/app/templates/vex/quartzInfo.hbs b/SingularityUI/app/templates/vex/quartzInfo.hbs
deleted file mode 100644
index d1373d9160f..00000000000
--- a/SingularityUI/app/templates/vex/quartzInfo.hbs
+++ /dev/null
@@ -1,148 +0,0 @@
-
Quartz Schedule Format
-
-
- * |
- * |
- * |
- * |
- * |
- * |
- (year optional) |
-
-
-
- ┬ |
- ┬ |
- ┬ |
- ┬ |
- ┬ |
- ┬ |
- |
-
-
- │ |
- │ |
- │ |
- │ |
- │ |
- └ |
- day of week (0 - 7, or use names) |
-
-
- │ |
- │ |
- │ |
- │ |
- └ |
- ─ |
- month (1 - 12) |
-
-
- │ |
- │ |
- │ |
- └ |
- ─ |
- ─ |
- day of month (1 - 31) |
-
-
- │ |
- │ |
- └ |
- ─ |
- ─ |
- ─ |
- hour (0 - 23) |
-
-
- │ |
- └ |
- ─ |
- ─ |
- ─ |
- ─ |
- min (0 - 59) |
-
-
- └ |
- ─ |
- ─ |
- ─ |
- ─ |
- ─ |
- seconds |
-
-
-
-
-
-
-
-
- Field Name |
- |
- Allowed Values |
- |
- Allowed Special Characters |
-
-
- Seconds |
-
- | 0-59 |
-
- | , - * / |
-
-
- Minutes |
-
- | 0-59 |
-
- | , - * / |
-
-
- Hours |
-
- | 0-23 |
-
- | , - * / |
-
-
- Day-of-month |
-
- | 1-31 |
-
- | , - * ? / L W |
-
-
- Month |
-
- | 1-12 or JAN-DEC |
-
- | , - * / |
-
-
- Day-of-Week |
-
- | 0-7 or SUN-SAT (0 or 7 is SUN) |
-
- | , - * ? / L # |
-
-
- Year (Optional) |
-
- | empty, 1970-2199 |
-
- | , - * / |
-
-
-