Overview
Comment: | add dummy var to allow build of newdashboard |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
623f8e2c896c1c16b6348eb62f67c3e8 |
User & Date: | matt on 2017-03-21 23:22:35 |
Other Links: | branch diff | manifest | tags |
Context
2017-03-21
| ||
23:29 | Merged in use-cache option and couple minor typo fixes from cache-control branch check-in: b8c9afec8d user: matt tags: v1.64 | |
23:22 | add dummy var to allow build of newdashboard check-in: 623f8e2c89 user: matt tags: v1.64 | |
15:15 | Merged v1.63 into v1.64 check-in: d6966aee7c user: matt tags: v1.64 | |
Changes
Modified newdashboard.scm from [e170ea7b89] to [f36e3a40a7].
︙ | ︙ | |||
582 583 584 585 586 587 588 | #:title "Megatest Control Panel" #:menu (dcommon:main-menu) #:shrink "YES" (let ((tabtop (iup:tabs (runs window-id) (tests window-id) (runcontrol window-id) | | | 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 | #:title "Megatest Control Panel" #:menu (dcommon:main-menu) #:shrink "YES" (let ((tabtop (iup:tabs (runs window-id) (tests window-id) (runcontrol window-id) (mtest *toppath* window-id) (rconfig window-id) ))) (iup:attribute-set! tabtop "TABTITLE0" "Runs") (iup:attribute-set! tabtop "TABTITLE1" "Tests") (iup:attribute-set! tabtop "TABTITLE2" "Run Control") (iup:attribute-set! tabtop "TABTITLE3" "megatest.config") (iup:attribute-set! tabtop "TABTITLE4" "runconfigs.config") |
︙ | ︙ |