Updates the Hub tooltip content using a web component and adds an option to disable Hub button
This commit is contained in:
parent
48de3b0230
commit
e29da5ad65
13 changed files with 67 additions and 92 deletions
|
@ -22,4 +22,5 @@ export function getOverviewClear (state) {
|
|||
// ----------------------------
|
||||
export function getVersionSuccess (state, body) {
|
||||
state.version = body
|
||||
state.version.disableDashboardAd = !!body.disableDashboardAd // Ensures state.version.disableDashboardAd is defined
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue