File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
plugins/alerts/frontend/public Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ alert.plugin-title = Alerts
55
66alert.Add_New_Alert =Add New Alert
77alert.Edit_Your_Alert =Edit Your Alert
8- alerts .Alert_Name =Alert Name
8+ alert .Alert_Name =Alert Name
99alert.Event =Events
1010alert.View =Views
1111alert.Session =Sessions
@@ -59,9 +59,9 @@ alert.delete-confirm = Confirm to delete this alert?
5959alert.yes-delete-alert = Yes, delete alert
6060alert.email-place-holder =Enter emails
6161alert.enter-alert-name = Enter alert name
62- alerts .Application = Application
63- alerts .Condition = Condition
64- alerts .CreateBy = Created by
62+ alert .Application = Application
63+ alert .Condition = Condition
64+ alert .CreateBy = Created by
6565alert.compare-remind = Metrics are compared on a daily basis.
6666alert.add-number = Add Number
6767alert.make-changes-remind = You made {0} changes.
Original file line number Diff line number Diff line change 6969 </ template >
7070 </ el-table-column >
7171
72- < el-table-column fixed min-width = "240" prop = "alertName" :label = "i18n('alerts .Alert_Name')" sortable = "true" >
72+ < el-table-column fixed min-width = "240" prop = "alertName" :label = "i18n('alert .Alert_Name')" sortable = "true" >
7373 < template slot-scope = "scope" >
7474 < div style = "text-overflow: ellipsis; overflow: hidden;" :data-test-id = "'datatable-alert-name-' + scope.$index" v-html = "scope.row.alertName" > </ div >
7575 </ template >
7676 </ el-table-column >
7777
7878 < template v-for = "(col, idx) in scope.dynamicCols" >
79- < el-table-column min-width = "175" v-if = "col.value === 'appNameList'" prop = "appNameList" sortable = "true" :label = "i18n('alerts .Application')" >
79+ < el-table-column min-width = "175" v-if = "col.value === 'appNameList'" prop = "appNameList" sortable = "true" :label = "i18n('alert .Application')" >
8080 < template slot-scope = "scope" >
8181 < div :data-test-id = "'datatable - application - ' + scope . $index ">
8282 { { scope. row . appNameList } }
8383 </ div >
8484 </ template >
8585 </ el-table-column >
86- < el-table-column min-width = "415" v-if = "col.value === 'conditionText'" prop = "conditionText" sortable = "true" :label = "i18n('alerts .Condition')" >
86+ < el-table-column min-width = "415" v-if = "col.value === 'conditionText'" prop = "conditionText" sortable = "true" :label = "i18n('alert .Condition')" >
8787 < template slot-scope = "scope" sortable = "true" >
8888 < span :data-test-id = "'datatable - condition - ' + scope . $index ">
8989 { { unescapeHtml ( scope . row . condtionText ) } }
9292 </ el-table-column >
9393 </ template >
9494
95- < el-table-column min-width = "130" sortable = "true" prop = "createdByUser" :label = "i18n('alerts .CreateBy')" >
95+ < el-table-column min-width = "130" sortable = "true" prop = "createdByUser" :label = "i18n('alert .CreateBy')" >
9696 < template slot-scope = "scope" >
9797 < div class = "bu-level" >
9898 < div class = "bu-level-left" >
You can’t perform that action at this time.
0 commit comments