Merge pull request #2153 from mabashian/notifications-empty-list

Notification empty list text
This commit is contained in:
Michael Abashian 2016-06-06 15:45:34 -04:00
commit a376211906
4 changed files with 1 additions and 4 deletions

View File

@ -13,7 +13,6 @@ export default function(){
iterator: 'notification_template',
index: false,
hover: false,
emptyListText: 'No notifications exist',
fields: {
status: {

View File

@ -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&nbsp;<a ui-sref='notifications.add'>Notifications</a>&nbsp;section",
basePath: 'notification_templates',
fields: {
name: {

View File

@ -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: {

View File

@ -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: {