Change: Job Queue Description not required
This commit is contained in:
@@ -64,7 +64,14 @@
|
||||
else
|
||||
{
|
||||
<pre>
|
||||
@if (string.IsNullOrEmpty(Model.Token.JobQueue.Description))
|
||||
{
|
||||
<text><None></text>
|
||||
}
|
||||
else
|
||||
{
|
||||
@Model.Token.JobQueue.Description
|
||||
}
|
||||
</pre>
|
||||
}
|
||||
</td>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user