Repository: airavata-php-gateway Updated Branches: refs/heads/develop fe93c54ea -> 3741b62b9
wip 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/3741b62b Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/3741b62b Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/3741b62b Branch: refs/heads/develop Commit: 3741b62b9fc5db46958e814cfcdcb167a79b186b Parents: fe93c54 Author: scnakandala <[email protected]> Authored: Mon May 22 13:00:21 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 13:00:21 2017 -0400 ---------------------------------------------------------------------- app/views/partials/queue-block.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/3741b62b/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 f0699e8..756799b 100644 --- a/app/views/partials/queue-block.blade.php +++ b/app/views/partials/queue-block.blade.php @@ -71,7 +71,7 @@ </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" + <input type="checkbox" @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
