Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
5f457a32
Commit
5f457a32
authored
Oct 24, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT002 - If there are < 2 jobs in the list, then disable ‘Order By’
parent
20fa0720
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
list_jobs.jsp
cmsWebApp/webroot/extensions/adminportal/list_jobs.jsp
+7
-0
No files found.
cmsWebApp/webroot/extensions/adminportal/list_jobs.jsp
View file @
5f457a32
...
@@ -75,6 +75,10 @@
...
@@ -75,6 +75,10 @@
%>
%>
</ul>
</ul>
</div>
</div>
<%
if(jobs.length > 1)
{
%>
<div class="shorting-dropdown">
<div class="shorting-dropdown">
<span class="order-label">order by</span>
<span class="order-label">order by</span>
<select class="form-control" onChange="location=this.value">
<select class="form-control" onChange="location=this.value">
...
@@ -91,6 +95,9 @@
...
@@ -91,6 +95,9 @@
%>
%>
</select>
</select>
</div>
</div>
<%
}
%>
</div>
</div>
<oneit:dynInclude page="/extensions/adminportal/inc/job_list.jsp" data="<%= CollectionUtils.EMPTY_MAP%>" ShortlistPage="<%= shortlistPage %>"
<oneit:dynInclude page="/extensions/adminportal/inc/job_list.jsp" data="<%= CollectionUtils.EMPTY_MAP%>" ShortlistPage="<%= shortlistPage %>"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment