Megatest

Diff
Login

Differences From Artifact [ec7c4778b7]:

To Artifact [a4fa0fe433]:


506
507
508
509
510
511
512

513

514
515
516
517
518
519
520
506
507
508
509
510
511
512
513

514
515
516
517
518
519
520
521







+
-
+








;;======================================================================
;; S T A T E S   A N D   S T A T U S E S
;;======================================================================

;; BBnote: *common:std-states* - dashboard filter control and test control state buttons defined here; used in set-fields-panel and dboard:make-controls
(define *common:std-states*   ;; for toggle buttons in dashboard
  '(
  '((0 "ARCHIVED")
    (0 "ARCHIVED")
    (1 "STUCK")
    (2 "KILLREQ")
    (3 "KILLED")
    (4 "NOT_STARTED")
    (5 "COMPLETED")
    (6 "LAUNCHED")
    (7 "REMOTEHOSTSTART")