1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Changed tab names and empty list message for permissions

This commit is contained in:
Ken Hoes 2016-06-15 15:07:26 -04:00
parent cded126f5b
commit 7b732a7401
2 changed files with 4 additions and 3 deletions

View File

@ -108,12 +108,12 @@ export default
awToolTip: 'Please save before assigning permissions',
basePath: 'teams/:id/roles/',
type: 'collection',
title: 'Permissions',
title: 'Granted Permissions',
iterator: 'role',
open: false,
index: false,
actions: {},
emptyListText: 'No permissions have been granted',
fields: {
name: {
label: 'Name',

View File

@ -158,10 +158,11 @@ export default
dataPlacement: 'top',
hideSearchAndActions: true,
type: 'collection',
title: 'Permissions',
title: 'Granted permissions',
iterator: 'permission',
open: false,
index: false,
emptyListText: 'No permissions have been granted',
fields: {
name: {
label: 'Name',