Skip to content

Commit

Permalink
Fixes delete modal alignment (#8360)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Apr 26, 2024
1 parent 5319066 commit d3ba078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions http_src/vue/modal-delete-snmp-device.vue
Expand Up @@ -4,13 +4,13 @@
<template v-slot:title>{{ title }}{{device}}</template>

<template v-slot:body>
<div v-if="modal_type == 1" class="alert alert-danger">
<div v-if="modal_type == 1" class="alert alert-danger text-start">
{{ body }}{{device}}
</div>
<div v-if="modal_type == 2" class="alert alert-warning">
<div v-if="modal_type == 2" class="alert alert-warning text-start">
{{ body }}
</div>
<div v-if="modal_type == 3" class="alert alert-danger">
<div v-if="modal_type == 3" class="alert alert-danger text-start">
{{ body }}
</div>
<span class="invalid-feedback" id="delete-modal-feedback"></span>
Expand Down
2 changes: 1 addition & 1 deletion httpdocs/dist
Submodule dist updated 1 files
+2 −2 ntopng.js

0 comments on commit d3ba078

Please sign in to comment.