Adds domain name monitor widget

This commit is contained in:
Alicia Sykes
2022-05-28 14:43:26 +01:00
committed by Alicia Sykes
parent 659d85036b
commit c8acd6e1bc
5 changed files with 255 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ const WidgetMixin = {
overrideUpdateInterval: null,
disableLoader: false, // Prevent ever showing the loader
updater: null, // Stores interval
defaultTimeout: 10000,
defaultTimeout: 50000,
}),
/* When component mounted, fetch initial data */
mounted() {