This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 2f5328a532c6b2370dca0add49d10502da69bb4d Author: Sam Ruby <[email protected]> AuthorDate: Tue Jun 5 09:09:08 2018 -0400 show service worker URL --- www/board/agenda/views/pages/cache.js.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/board/agenda/views/pages/cache.js.rb b/www/board/agenda/views/pages/cache.js.rb index 37f897b..3fb02af 100644 --- a/www/board/agenda/views/pages/cache.js.rb +++ b/www/board/agenda/views/pages/cache.js.rb @@ -41,13 +41,21 @@ class CacheStatus < Vue else _table.table do _thead do + _th 'URL' _th 'Scope' _th 'Status' end _tbody @registrations do |registration| _tr do + _td do + if registration.active + _span registration.active.scriptURL + end + end + _td registration.scope + _td do if registration.installing _span 'installing' -- To stop receiving notification emails like this one, please contact [email protected].
