Skip to content

Commit

Permalink
feat(ui): wip - host reporting levels
Browse files Browse the repository at this point in the history
  • Loading branch information
amunchet committed Oct 19, 2023
1 parent a30740a commit 76ff25e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions frontend/labyrinth/src/components/CreateEditHost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,18 @@
</b-table>
</b-col>
</b-row>
<hr />
<b-row>
<b-col>
<hr />
<h5>Service Levels
<h5>Host Reporting Level</h5>

<b-select v-model="host.service_level" :options="['error', 'warning']" />
<div class="mt-2 text-small">This overrides all reporting level settings for this host if set to warning. If set to error, then each service can have its level set individually.
</div>

</b-col>
<b-col>
<h5>Service Reporting Levels
<b-button
variant="link"
class="float-right mt-0 pt-1 shadow-none"
Expand Down

0 comments on commit 76ff25e

Please sign in to comment.