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', 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: {

View File

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