mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Merge pull request #2153 from mabashian/notifications-empty-list
Notification empty list text
This commit is contained in:
commit
a376211906
@ -13,7 +13,6 @@ export default function(){
|
||||
iterator: 'notification_template',
|
||||
index: false,
|
||||
hover: false,
|
||||
emptyListText: 'No notifications exist',
|
||||
|
||||
fields: {
|
||||
status: {
|
||||
|
||||
@ -14,7 +14,7 @@ export default function(){
|
||||
iterator: 'notification',
|
||||
index: false,
|
||||
hover: false,
|
||||
emptyListText: 'No Notifications exist',
|
||||
emptyListText: "This list is populated by notification templates added from the <a ui-sref='notifications.add'>Notifications</a> section",
|
||||
basePath: 'notification_templates',
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@ -27,7 +27,6 @@ export default ['$stateParams', '$scope', 'UserList', 'Rest', '$state', 'generat
|
||||
var listMode = 'users';
|
||||
|
||||
list = _.cloneDeep(UserList);
|
||||
list.emptyListText = "Please add items to this list";
|
||||
delete list.actions.add;
|
||||
list.searchRowActions = {
|
||||
add: {
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
$scope.org_id = data.id;
|
||||
|
||||
list = _.cloneDeep(UserList);
|
||||
list.emptyListText = "Please add items to this list";
|
||||
delete list.actions.add;
|
||||
list.searchRowActions = {
|
||||
add: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user