changing Time to Creation Time
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/e091358f Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/e091358f Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/e091358f Branch: refs/heads/0.15-release-branch Commit: e091358f38d9341fb5a9e761179c7493a2354d88 Parents: 440712e Author: Supun Nakandala <[email protected]> Authored: Wed Jul 15 19:41:58 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Wed Jul 15 19:41:58 2015 +0530 ---------------------------------------------------------------------- app/libraries/ExperimentUtilities.php | 3 +++ app/views/project/summary.blade.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/e091358f/app/libraries/ExperimentUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php index ea3def9..344b58d 100644 --- a/app/libraries/ExperimentUtilities.php +++ b/app/libraries/ExperimentUtilities.php @@ -400,6 +400,9 @@ class ExperimentUtilities //create new experiment to receive the clone $experiment = Airavata::getExperiment($expId); + //Fixme - Input Files Dir + + $cloneId = Airavata::cloneExperiment($expId, 'Clone of ' . $experiment->name); CommonUtilities::print_success_message("<p>Experiment cloned!</p>" . http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/e091358f/app/views/project/summary.blade.php ---------------------------------------------------------------------- diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php index 5fd323b..eeadf22 100755 --- a/app/views/project/summary.blade.php +++ b/app/views/project/summary.blade.php @@ -37,7 +37,7 @@ echo '<th>Name</th>'; echo '<th>Application</th>'; echo '<th>Compute Resource</th>'; - echo '<th>Time</th>'; + echo '<th>Creation Time</th>'; echo '<th>Experiment Status</th>'; echo '<th>Job Status</th>';
