fixing AIRAVATA-1781

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

Branch: refs/heads/0.15-release-branch
Commit: c80db9a366530f7f4f41c4670d495c49bb132f76
Parents: ad55402
Author: Supun Nakandala <[email protected]>
Authored: Sat Jul 18 16:52:02 2015 +0530
Committer: Supun Nakandala <[email protected]>
Committed: Sat Jul 18 16:52:02 2015 +0530

----------------------------------------------------------------------
 app/views/resource/edit.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/c80db9a3/app/views/resource/edit.blade.php
----------------------------------------------------------------------
diff --git a/app/views/resource/edit.blade.php 
b/app/views/resource/edit.blade.php
index 396893b..93ecef4 100644
--- a/app/views/resource/edit.blade.php
+++ b/app/views/resource/edit.blade.php
@@ -719,7 +719,7 @@
                     <input type="hidden" name="cr-edit" value="jsi-priority"/>
                     @foreach( $computeResource->jobSubmissionInterfaces as 
$index => $JSI )
                     <div class="row">
-                        <div class="col-md-offset-2 col-md-2">
+                        <div class="col-md-offset-1 col-md-5">
                             <label>
                                 {{ $jobSubmissionProtocols[ 
$JSI->jobSubmissionProtocol] }}
                             </label>
@@ -772,7 +772,7 @@
                     <input type="hidden" name="cr-edit" value="dmi-priority"/>
                     @foreach( $computeResource->dataMovementInterfaces as 
$index => $DMI )
                     <div class="row">
-                        <div class="col-md-offset-2 col-md-2">
+                        <div class="col-md-offset-1 col-md-5">
                             <label>
                                 {{ $dataMovementProtocols[ 
$DMI->dataMovementProtocol] }}
                             </label>

Reply via email to