Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 1cfe9b0d2 -> fe93c54ea


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/fe93c54e
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/fe93c54e
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/fe93c54e

Branch: refs/heads/develop
Commit: fe93c54eaecb2ce6ccff5b3237e770d4270d0760
Parents: 1cfe9b0
Author: scnakandala <[email protected]>
Authored: Mon May 22 12:53:40 2017 -0400
Committer: scnakandala <[email protected]>
Committed: Mon May 22 12:53:40 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/fe93c54e/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 1e800e6..f0699e8 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

Reply via email to