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
commit 4eabaf99b75074f004dd32fcdc3a8154c151a4d8 Author: Marcus Christie <[email protected]> AuthorDate: Wed Jul 17 16:38:47 2019 -0400 Applications sub heading on dashboard --- .../django_airavata_workspace/js/containers/DashboardContainer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue b/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue index cdbc8af..b833d23 100644 --- a/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue +++ b/django_airavata/apps/workspace/static/django_airavata_workspace/js/containers/DashboardContainer.vue @@ -3,6 +3,7 @@ <div class="row"> <div class="col"> <h1 class="h4 mb-4">Dashboard</h1> + <h2 class="h6 mb-2 text-uppercase text-muted">Applications</h2> </div> </div> <div
