We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fb68c commit 3f610eeCopy full SHA for 3f610ee
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "barky",
3
- "version": "1.7.23",
+ "version": "1.7.24",
4
"description": "A simple cloud services watchdog with digest notification support & no external dependencies",
5
"homepage": "https://github.com/Rohland/barky#readme",
6
"main": "dist/cli.js",
src/web/views/index.html
@@ -25,6 +25,11 @@
25
}
26
</script>
27
<style>
28
+
29
+ [v-cloak] {
30
+ display:none;
31
+ }
32
33
td a {
34
color: #3b82f6; /* blue-500 */
35
text-decoration: underline;
0 commit comments