mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 17:27:09 +02:00
Rename alert -> notification
This commit is contained in:
parent
389818fdeb
commit
0c940ee666
@ -4,10 +4,10 @@
|
|||||||
var POLLING_URL = "/polling/alerts";
|
var POLLING_URL = "/polling/alerts";
|
||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
if($('#alert').length === 0) return;
|
if($('#vue-notification').length === 0) return;
|
||||||
|
|
||||||
var alert = new Vue({
|
var alert = new Vue({
|
||||||
el: "#alert",
|
el: "#vue-notification",
|
||||||
data: {
|
data: {
|
||||||
"alerts": []
|
"alerts": []
|
||||||
},
|
},
|
@ -40,7 +40,7 @@ label {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#alert {
|
#vue-notification {
|
||||||
.nothing {
|
.nothing {
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!-- vue.js -->
|
<!-- vue.js -->
|
||||||
<li class="dropdown" id="alert">
|
<li class="dropdown" id="vue-notification">
|
||||||
<a
|
<a
|
||||||
class="dropdown-toggle"
|
class="dropdown-toggle"
|
||||||
data-toggle="dropdown" href="#"
|
data-toggle="dropdown" href="#"
|
||||||
|
Loading…
Reference in New Issue
Block a user