Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Kempe
Meerkat
Commits
4b5a0805
Commit
4b5a0805
authored
Aug 24, 2020
by
StreatCodes
Browse files
remove log add comment
parent
9c605b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/meerkat.js
View file @
4b5a0805
...
...
@@ -22,7 +22,8 @@ export async function getIcingaCheckState(checkId, checkType) {
export
async
function
getAllDashboards
()
{
const
res
=
await
fetch
(
'
/dashboard
'
)
const
data
=
await
res
.
json
();
console
.
log
(
data
);
//handle Go trolling us (returns empty slices of builtins as nil)
if
(
data
===
null
)
{
return
[];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment