1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

changed list objects for portal mode

removed unnecessary objects and adjusted some of the settings to make styling consistent b/t the two portal widgets
This commit is contained in:
Jared Tabor 2014-10-22 16:51:42 -04:00
parent 255a5158f3
commit 71bd78085a
2 changed files with 6 additions and 5 deletions

View File

@ -14,12 +14,13 @@ angular.module('PortalJobTemplatesListDefinition', [])
name: 'job_templates',
iterator: 'job_template',
selectTitle: 'Add Job Template',
// selectTitle: 'Add Job Template',
editTitle: 'Job Templates',
selectInstructions: "Click on a row to select it, and click Finished when done. Use the <i class=\"icon-plus\"></i> " +
"button to create a new job template.",
// selectInstructions: "Click on a row to select it, and click Finished when done. Use the <i class=\"icon-plus\"></i> " +
// "button to create a new job template.",
index: false,
hover: true,
well: true,
fields: {
name: {

View File

@ -17,10 +17,10 @@ angular.module('PortalJobsListDefinition', [])
name: 'jobs',
iterator: 'job',
editTitle: 'Jobs',
// 'class': 'table-condensed',
'class': 'table-condensed',
index: false,
hover: true,
well: false,
well: true,
fields: {
id: {