You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/07/29 19:49:03 UTC

[31/50] [abbrv] airavata-php-gateway git commit: fixing Airavata-1757

fixing Airavata-1757


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

Branch: refs/heads/master
Commit: 0f29dd722700d621b09be814a68ec3fe771c7f34
Parents: ecf8e5a
Author: Supun Nakandala <sc...@apache.org>
Authored: Wed Jul 22 21:34:50 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Wed Jul 22 21:34:50 2015 +0530

----------------------------------------------------------------------
 app/views/partials/deployment-block.blade.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/0f29dd72/app/views/partials/deployment-block.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/deployment-block.blade.php b/app/views/partials/deployment-block.blade.php
index 2792a36..96b6785 100644
--- a/app/views/partials/deployment-block.blade.php
+++ b/app/views/partials/deployment-block.blade.php
@@ -49,6 +49,7 @@
 </div>
 <hr/>
 <div class="form-group">
+    <label class="control-label">Module Load Commands</label>
     <div class="show-load-cmds">
         @if( isset( $deploymentObject))
         @foreach( (array)$deploymentObject->moduleLoadCmds as $index => $cmd)