This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/master by this push:
new 10ecdb6 Fixing font awesome icon name
10ecdb6 is described below
commit 10ecdb6b4c95edd9088f262ed729668a60bbeb20
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Feb 5 10:34:03 2019 -0500
Fixing font awesome icon name
---
.../js/components/experiment/ExperimentSummary.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
index 143e2e5..6a5f207 100644
---
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
+++
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
@@ -65,7 +65,7 @@
<th scope="row">Experiment Status</th>
<td>
<template
v-if="localFullExperiment.experiment.isProgressing">
- <i class="fa fa-refresh fa-spin"></i>
+ <i class="fa fa-sync-alt fa-spin"></i>
<span class="sr-only">Progressing...</span>
</template>
{{ localFullExperiment.experimentStatusName }}