Changeset 40882 for trunk/ippMonitor/def/staticskyFailedSkyfile.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/staticskyFailedSkyfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/staticskyFailedSkyfile.d
r40844 r40882 1 TABLE staticskyInput , staticskyRun, stackRun, staticskyResult1 TABLE staticskyInput JOIN staticskyRun USING (sky_id) JOIN stackRun USING (stack_id) JOIN staticskyResult USING (sky_id) 2 2 TITLE Static Sky Failed 3 3 FILE staticskyFailedSkyfile.php 4 4 MENU ipp.sky.dat 5 5 6 WHERE staticskyRun.sky_id = staticskyInput.sky_id7 WHERE staticskyInput.stack_id = stackRun.stack_id8 WHERE staticskyInput.sky_id = staticskyResult.sky_id9 6 WHERE staticskyResult.fault != 0 10 7
Note:
See TracChangeset
for help on using the changeset viewer.
