Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The "outcomes" page on the dashboard automatically reloads every 5 minutes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | test-dashboard |
Files: | files | file ages | folders |
SHA3-256: |
448a7b73d2d3003d7c49c0b437a6a618 |
User & Date: | drh 2019-08-07 17:46:28.629 |
Context
2019-08-07
| ||
18:00 | Improvements to the outcome display in the dashboard app. (check-in: ed3480d864 user: drh tags: test-dashboard) | |
17:46 | The "outcomes" page on the dashboard automatically reloads every 5 minutes. (check-in: 448a7b73d2 user: drh tags: test-dashboard) | |
16:43 | Updates to the dashboard.tcl app and its client-side library. First working code. (check-in: c773092c19 user: drh tags: test-dashboard) | |
Changes
Changes to misc/dashboard.tcl.
︙ | ︙ | |||
110 111 112 113 114 115 116 117 118 119 120 121 122 123 | <li><span style='color:%html($clr);'> %html($status - $testName at $pname on $odate)</span></li> } } wapp-trim { %unsafe($inner_close) </ul> } common-footer } # Make sure the Fossil user has the listed capability. # Return 0 on success. If the capability is missing, # redirect to the login page and return 1. | > > > > > | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | <li><span style='color:%html($clr);'> %html($status - $testName at $pname on $odate)</span></li> } } wapp-trim { %unsafe($inner_close) </ul> } wapp-trim { <script nonce='%html([wapp-param FOSSIL_NONCE])'> setTimer(function(){location.reload();},1000*60*5); </script> } common-footer } # Make sure the Fossil user has the listed capability. # Return 0 on success. If the capability is missing, # redirect to the login page and return 1. |
︙ | ︙ |