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/04/28 21:39:00 UTC

airavata-php-gateway git commit: Correcting the queue limits to be hours

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 9f593e089 -> 3c8448d34


Correcting the queue limits to be hours


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

Branch: refs/heads/master
Commit: 3c8448d34084507d63e84d6f734e8beabb173959
Parents: 9f593e0
Author: Suresh Marru <sm...@apache.org>
Authored: Tue Apr 28 15:38:54 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Tue Apr 28 15:38:54 2015 -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/3c8448d3/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 0238b42..587609d 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 Minutes) </small></label>
+	<label class="control-label">Queue Max Run Time<small> (In Hours) </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">