You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/app.vue
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@
21
21
<divv-else-if="!configured"class="container">
22
22
<h1>Configuration</h1>
23
23
<p>
24
-
Hi! Before you can use GitLab Monitor, it has to be configured.<br>
25
-
Configuration is done by supplying YAML formatted configuration.<br>
24
+
To use GitLab Monitor, it has to be configured.<br>
25
+
Configuration is done by supplying YAML formatted options,<br>
26
+
all configuration options are described <ahref="https://github.com/timoschwarzer/gitlab-monitor/blob/main/CONFIGURATION.md#configuration-options"target="_blank">here</a>.<br>
26
27
Your configuration is being persisted in this browser.
0 commit comments