Frontend. Jobs don't group?
Reported by Craig Dunn | 2011-01-10 03:46:46 UTC | in Rundeck 1.3 (closed)
Minor.
May be by design, but shouldn't job categories separated by "/" be stacked in a tree? - eg, in the attached shouldn't I be seeing one "System" that expands to "Health" and "Services" rather than just a list, it makes the / delimiter a bit pointless.
Comments and changes to this ticket
-

Alex-SF 2011-01-13 16:52:02 UTC
- Assigned user set to Alex-SF
-

Greg Schueler 2011-01-13 17:05:59 UTC
if there were any jobs under System/ then it would break apart in the way you describe.
if there are no jobs in any of the higher-level groups, then they will fold up to preserve space.
-

Greg Schueler 2011-01-13 18:01:20 UTC
- State changed from new to invalid
-

Alexei Bratuhin 2011-04-10 03:01:27 UTC
Hello all,
I personally find, that in the following scenarioA/C/X/Y/Z
A/C/X1/Y1/Z1
A/D/X/Y/Z
A/D/X1/Y1/Z1
B/C/X/Y/Z
B/C/X1/Y1/Z1
B/D/X/Y/Z
B/D/X1/Y1/Z1splitting job groups by "/" to represent each group as a tree node would result in a better overview and usability.
If you are not going to include this presentation as option into the main branch of the software, probably you could give me a clue, what code has to be changed to implement this behaviour?
Regards.
-

Greg Schueler 2011-06-09 11:57:14 UTC
- Tag set to feature request, gui
- Milestone set to Rundeck 1.3
- State changed from invalid to open
- Assigned user changed from Alex-SF to Greg Schueler
- Milestone order changed from 7 to 0
re-opening this issue as "real-tree" view issue.
ref pull request for issue #254
-

Deleted User 2011-06-10 14:44:37 UTC
- State changed from open to needs_verification
(from [9386ca0573e34a41afb68cef04007dc6e287035a]) Make tree view for job groups the default [#162 state:needs_verification] https://github.com/dtolabs/rundeck/commit/9386ca0573e34a41afb68cef0...
-

Greg Schueler 2011-06-10 14:45:25 UTC
The real job tree can be toggled with the "rundeck.gui.realJobTree" (true/false) setting in rundeck-config.properties.
the default is "true"
-

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Attachments
Tags
Referenced by
-
254
Inconsistent job/group behavior
note: "real-tree view" issue is #162
-
162
Frontend. Jobs don't group?
(from [9386ca0573e34a41afb68cef04007dc6e287035a])
Make tr...