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