Skip to content

Commit

Permalink
Indentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Oct 17, 2018
1 parent fa4c069 commit f25f809
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions html/gui/js/modules/job_viewer/SearchPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,12 +920,10 @@ XDMoD.Module.JobViewer.SearchPanel = Ext.extend(Ext.Panel, {
}],
layout: 'border',
height: 160,
items: [
{
items: [{
xtype: 'fieldset',
region: 'center',
items: [
{
items: [{
xtype: 'realmcombo',
id: 'basic-search-realm',
panel: self,
Expand Down Expand Up @@ -1027,24 +1025,24 @@ XDMoD.Module.JobViewer.SearchPanel = Ext.extend(Ext.Panel, {
self.fireEvent('search_requested', self, 'Lookup', params);
}
}]
}]
},
{
xtype: "panel",
id: "job-viewer-advanced-search",
title: "Advanced Search",
tools: [{
id: 'help',
qtip: 'Use the advanced search form to search for jobs based on one or more filters and a date range.'
}],
height: 375,
layout: 'border',
items: [{
region: 'center',
id: 'criteria_advanced',
xtype: 'fieldset',
labelWidth: 55,
}]
},
{
xtype: 'panel',
id: 'job-viewer-advanced-search',
title: 'Advanced Search',
tools: [{
id: 'help',
qtip: 'Use the advanced search form to search for jobs based on one or more filters and a date range.'
}],
height: 375,
layout: 'border',
items: [{
region: 'center',
id: 'criteria_advanced',
xtype: 'fieldset',
labelWidth: 55,
items: [{
xtype: 'datefield',
id: 'search_start_date',
format: 'Y-m-d',
Expand Down Expand Up @@ -1376,7 +1374,7 @@ XDMoD.Module.JobViewer.SearchPanel = Ext.extend(Ext.Panel, {
self.fireEvent('search_requested', self, 'Search', params);
}
}]
}]
}]

},
{
Expand Down

0 comments on commit f25f809

Please sign in to comment.