Change: Job Queue Description not required

This commit is contained in:
Gary Sharp
2014-02-04 10:51:33 +11:00
parent 3f63281dc4
commit ad28729a85
10 changed files with 360 additions and 322 deletions
@@ -64,7 +64,14 @@
else
{
<pre>
@if (string.IsNullOrEmpty(Model.Token.JobQueue.Description))
{
<text>&lt;None&gt;</text>
}
else
{
@Model.Token.JobQueue.Description
}
</pre>
}
</td>
File diff suppressed because it is too large Load Diff