You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/01/10 16:30:43 UTC

airavata-php-gateway git commit: AIRAVATA-2225 Removing 'Enable Autoscheduling' from UI

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop acfed2f44 -> 4ece55fa2


AIRAVATA-2225 Removing 'Enable Autoscheduling' from UI


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

Branch: refs/heads/develop
Commit: 4ece55fa2fbaa3e423d0b153ed7e37eca1ff3d02
Parents: acfed2f
Author: Marcus Christie <ma...@apache.org>
Authored: Tue Jan 10 11:30:08 2017 -0500
Committer: Marcus Christie <ma...@apache.org>
Committed: Tue Jan 10 11:30:08 2017 -0500

----------------------------------------------------------------------
 app/views/partials/experiment-info.blade.php   |  4 ----
 app/views/partials/experiment-inputs.blade.php | 11 -----------
 2 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4ece55fa/app/views/partials/experiment-info.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php
index 2a37c62..4b4c44b 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -163,10 +163,6 @@
             <td class="time" unix-time="{{ $expVal["experimentTimeOfStateChange"] }}"></td>
         </tr>
         <tr>
-            <td><strong>Enable Auto Schedule</strong></td>
-            <td>{{{ $experiment->userConfigurationData->airavataAutoSchedule==1?"true":"false" }}}</td>
-        </tr>
-        <tr>
             <td><strong>Wall Time</strong></td>
             <td>{{ $experiment->userConfigurationData->computationalResourceScheduling->wallTimeLimit }}</td>
         </tr>

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4ece55fa/app/views/partials/experiment-inputs.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-inputs.blade.php b/app/views/partials/experiment-inputs.blade.php
index 1326fb0..c2c85f8 100644
--- a/app/views/partials/experiment-inputs.blade.php
+++ b/app/views/partials/experiment-inputs.blade.php
@@ -61,17 +61,6 @@
             </div>
         </div>
 
-        <div class="form-group">
-            <label class="control-label" for="enable-auto-scheduling">
-                Enable Auto Scheduling&nbsp;&nbsp;
-                    <input name="enable-auto-scheduling" id="enable-auto-scheduling" type="checkbox"
-                    @if(isset($expInputs["autoSchedule"]) && $expInputs["autoSchedule"])
-                        {{" checked"}}
-                    @endif
-                    >
-            </label>
-        </div>
-
         <div class="form-group required">
             <label class="control-label" for="compute-resource">Compute Resource</label>
             @if( count( $expInputs['computeResources']) > 0)