You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2015/05/20 17:18:23 UTC

airavata-php-gateway git commit: Changing wall time to minutes.

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master ba097dbc9 -> c761763c6


Changing wall time to minutes.


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

Branch: refs/heads/master
Commit: c761763c68bf10e793ac9beef5d35efc67482b4f
Parents: ba097db
Author: Suresh Marru <sm...@apache.org>
Authored: Wed May 20 11:18:19 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Wed May 20 11:18:19 2015 -0400

----------------------------------------------------------------------
 app/views/partials/experiment-queue-block.blade.php | 2 +-
 app/views/partials/queue-block.blade.php            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/c761763c/app/views/partials/experiment-queue-block.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-queue-block.blade.php b/app/views/partials/experiment-queue-block.blade.php
index 2e2a947..a0453b0 100644
--- a/app/views/partials/experiment-queue-block.blade.php
+++ b/app/views/partials/experiment-queue-block.blade.php
@@ -38,7 +38,7 @@
         <input type="number" class="form-control" name="wall-time" id="wall-time" min="0"
         value="@if(isset($expVal) ){{ $expVal['scheduling']->wallTimeLimit }}@else{{$queueDefaults['wallTimeLimit']}}@endif"
         @if(isset($expVal)) @if(!$expVal['editable']){{disabled}} @endif @endif>
-        <span class="input-group-addon">hours</span>
+        <span class="input-group-addon">minutes</span>
     </div>
 </div>
 <div class="form-group">

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/c761763c/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 587609d..0238b42 100644
--- a/app/views/partials/queue-block.blade.php
+++ b/app/views/partials/queue-block.blade.php
@@ -3,7 +3,7 @@
 	<textarea class="form-control" maxlength="255" name="qdesc" placeholder="Queue Description">@if( isset( $queueData) ){{ $queueData->queueDescription }}@endif</textarea>
 </div>
 <div class="form-group">
-	<label class="control-label">Queue Max Run Time<small> (In Hours) </small></label>
+	<label class="control-label">Queue Max Run Time<small> (In Minutes) </small></label>
 	<input type="number" min="0" class="form-control" value="@if( isset( $queueData) ){{ $queueData->maxRunTime }}@endif" maxlength="30" name="qmaxruntime" placeholder="Queue Max Run Time"/>
 </div>
 <div class="form-group">