mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
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:
@@ -14,12 +14,13 @@ angular.module('PortalJobTemplatesListDefinition', [])
|
|||||||
|
|
||||||
name: 'job_templates',
|
name: 'job_templates',
|
||||||
iterator: 'job_template',
|
iterator: 'job_template',
|
||||||
selectTitle: 'Add Job Template',
|
// selectTitle: 'Add Job Template',
|
||||||
editTitle: 'Job Templates',
|
editTitle: 'Job Templates',
|
||||||
selectInstructions: "Click on a row to select it, and click Finished when done. Use the <i class=\"icon-plus\"></i> " +
|
// 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.",
|
// "button to create a new job template.",
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
|
well: true,
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ angular.module('PortalJobsListDefinition', [])
|
|||||||
name: 'jobs',
|
name: 'jobs',
|
||||||
iterator: 'job',
|
iterator: 'job',
|
||||||
editTitle: 'Jobs',
|
editTitle: 'Jobs',
|
||||||
// 'class': 'table-condensed',
|
'class': 'table-condensed',
|
||||||
index: false,
|
index: false,
|
||||||
hover: true,
|
hover: true,
|
||||||
well: false,
|
well: true,
|
||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
id: {
|
id: {
|
||||||
|
|||||||
Reference in New Issue
Block a user