Repository: airavata-php-gateway Updated Branches: refs/heads/develop 7882519fc -> 57ca35d88
setting field to select to is default queue Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/57ca35d8 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/57ca35d8 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/57ca35d8 Branch: refs/heads/develop Commit: 57ca35d883541ae1907eb77d58c6d319a232d7dd Parents: 7882519 Author: scnakandala <[email protected]> Authored: Mon May 22 12:38:44 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 12:38:44 2017 -0400 ---------------------------------------------------------------------- app/views/partials/queue-block.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/57ca35d8/app/views/partials/queue-block.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/queue-block.blade.php b/app/views/partials/queue-block.blade.php index 4bd96a6..eeb7b9a 100644 --- a/app/views/partials/queue-block.blade.php +++ b/app/views/partials/queue-block.blade.php @@ -68,4 +68,10 @@ <input type="text" min="0" class="form-control" value="@if( isset( $queueData) ){{ $queueData->queueSpecificMacros }}@endif" maxlength="100" name="queueSpecificMacros" placeholder="Queue Specific Macros" @if( isset( $readOnly)){{ "readOnly" }}@endif/> +</div> +<div class="form-group"> + <label class="control-label">Set as Default Queue for the Resource</label> + <input type="checkbox" value="@if( isset( $queueData) && $queueData->isDefaultQueue == true ){{ checked }}@endif" + name="isDefaultQueue" placeholder="Set as Default Queue for the Resource" + @if( isset( $readOnly)){{ "readOnly" }}@endif/> </div> \ No newline at end of file
