Author: eallen
Date: 2008-09-12 11:54:34 -0400 (Fri, 12 Sep 2008)
New Revision: 2460
Modified:
mgmt/trunk/cumin/resources/documentation.css
mgmt/trunk/cumin/resources/help.html
Log:
Adding help for Hold/Release/Remove for jobs and job groups.
Modified: mgmt/trunk/cumin/resources/documentation.css
===================================================================
--- mgmt/trunk/cumin/resources/documentation.css 2008-09-12 14:47:22 UTC (rev 2459)
+++ mgmt/trunk/cumin/resources/documentation.css 2008-09-12 15:54:34 UTC (rev 2460)
@@ -226,3 +226,32 @@
font-size: 0.9em;
}
+ul.radiotabs {
+ list-style-image:none;
+ list-style-position:outside;
+ list-style-type:none;
+ display:inline;
+ padding-left: 0.25em;
+}
+
+ul.radiotabs li {
+ display:inline;
+ padding:0pt 0.25em 0pt 0pt;
+}
+
+ul.radiotabs a {
+ text-decoration: none;
+}
+ul.radiotabs li a:before {
+ content: url(resource?name=radio-button.png);
+ margin: 0 0.5em 0 0;
+ vertical-align: -15%;
+}
+
+ul.radiotabs li a.selected {
+ color: black;
+}
+ul.radiotabs li a.selected:before {
+ content: url(resource?name=radio-button-checked.png);
+}
+
\ No newline at end of file
Modified: mgmt/trunk/cumin/resources/help.html
===================================================================
--- mgmt/trunk/cumin/resources/help.html 2008-09-12 14:47:22 UTC (rev 2459)
+++ mgmt/trunk/cumin/resources/help.html 2008-09-12 15:54:34 UTC (rev 2460)
@@ -230,7 +230,38 @@
</li>
</ul>
+ <div class="titlepage">
+ <a name="main.pool.jobgrouphold.help"/><a
name="main.pool.jobgroupremove.help"/><a
name="main.pool.jobgrouprelease.help"/>
+ <a name="main.pool.jobshold.help" /><a
name="main.pool.jobsremove.help" /><a
name="main.pool.jobsrelease.help" />
+ <h3 class="title">Job Group Actions</h3>
+ </div>
+ <p>
+ The following actions can be performed on a job:
+ <dl>
+ <dt>Hold</dt>
+ <dd>Prevent the job from running until it is manually released.</dd>
+
+ <dt>Release</dt>
+ <dd>Release a job from the Held state.</dd>
+
+ <dt>Remove</dt>
+ <dd>Mark the job as removed. Removed jobs will not run. Removed jobs are only
viewable by selecting the
+ <ul class="radiotabs">
+ <li><a href="javascript:void(0)" class="selected"
>Removed</a></li>
+ </ul> button on the jobs page.
+ </dd>
+ </dl>
+ When any of these actions are performed on a job group, the action is performed on all
the jobs in the group.
+ </p>
+<ul class="docnav">
+ <li class="up">
+ <a accesskey="u" href="#top">
+ <strong>Help Index</strong>
+ </a>
+ </li>
+</ul>
+
</div><!-- section -->
<div style="height:1000px;"><!-- --></div>
Show replies by date