Repository: airavata-php-gateway Updated Branches: refs/heads/develop 125365e03 -> 1cfe9b0d2
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/1cfe9b0d Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/1cfe9b0d Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/1cfe9b0d Branch: refs/heads/develop Commit: 1cfe9b0d2a57533c9eb07853727f1484d4657dc9 Parents: 125365e Author: scnakandala <[email protected]> Authored: Mon May 22 12:52:16 2017 -0400 Committer: scnakandala <[email protected]> Committed: Mon May 22 12:52:16 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/1cfe9b0d/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 a6d068e..1e800e6 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" 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
