Link K8S deps properly
This commit is contained in:
parent
0ac77cdb15
commit
f0260fc819
64 changed files with 4282 additions and 3069 deletions
|
@ -5,7 +5,7 @@ const ACTIONS = {
|
|||
UPDATE: "u",
|
||||
};
|
||||
|
||||
const localStorage = { setItem: () => {}, getItem: () => {} };
|
||||
// const localStorage = { setItem: () => {}, getItem: () => {} };
|
||||
|
||||
const localSettings = localStorage.getItem("settings");
|
||||
const defaultSettings = {
|
||||
|
@ -14,6 +14,7 @@ const defaultSettings = {
|
|||
logAppDetails: true,
|
||||
defaultRegion: "us",
|
||||
defaultPage: "failing",
|
||||
triageFailing: true,
|
||||
};
|
||||
|
||||
const settings = localSettings ? JSON.parse(localSettings) : defaultSettings;
|
||||
|
@ -58,7 +59,7 @@ export const StoreProvider = ({ children }) => {
|
|||
name: silenceInfo.name ?? "*",
|
||||
class: silenceInfo.class ?? "*",
|
||||
method: silenceInfo.method ?? "*",
|
||||
silencedUntil: silenceInfo.silencedUntil,
|
||||
expires: silenceInfo.expires,
|
||||
};
|
||||
console.log("Would upsert silence", req);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue