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 52b73d2  Layout group action buttons inline
52b73d2 is described below

commit 52b73d212f411f8c7d96f32a46175f4f01e5c009
Author: Marcus Christie <machr...@iu.edu>
AuthorDate: Sat Mar 3 15:45:36 2018 -0500

    Layout group action buttons inline
---
 .../django_airavata_groups/js/group_components/GroupList.vue      | 8 +++++++-
 .../groups/templates/django_airavata_groups/groups_manage.html    | 5 +++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git 
a/django_airavata/apps/groups/static/django_airavata_groups/js/group_components/GroupList.vue
 
b/django_airavata/apps/groups/static/django_airavata_groups/js/group_components/GroupList.vue
index 0a194cb..00adc0e 100644
--- 
a/django_airavata/apps/groups/static/django_airavata_groups/js/group_components/GroupList.vue
+++ 
b/django_airavata/apps/groups/static/django_airavata_groups/js/group_components/GroupList.vue
@@ -7,7 +7,7 @@
                 <th>Name</th>
                 <th>Owner</th>
                 <th>Description</th>
-                <th>Actions</th>
+                <th id="group-list-actions-header">Actions</th>
             </tr>
         </thead>
         <tbody>
@@ -47,3 +47,9 @@ export default {
     }
 }
 </script>
+
+<style>
+#group-list-actions-header {
+    min-width: 150px;
+}
+</style>
diff --git 
a/django_airavata/apps/groups/templates/django_airavata_groups/groups_manage.html
 
b/django_airavata/apps/groups/templates/django_airavata_groups/groups_manage.html
index e0f2974..ab0b0b3 100755
--- 
a/django_airavata/apps/groups/templates/django_airavata_groups/groups_manage.html
+++ 
b/django_airavata/apps/groups/templates/django_airavata_groups/groups_manage.html
@@ -2,6 +2,11 @@
 
 {% load static %}
 
+{% block css %}
+{{ block.super }}
+<link rel=stylesheet type=text/css href="{% static 
'django_airavata_groups/dist/group-list.css' %}">
+{% endblock %}
+
 {% block content %}
 
 <div id="groups-owners-manage" data-groups-owners-data="{{ groups_owners_data 
}}" data-groups-members-data="{{ groups_members_data }}"></div>

-- 
To stop receiving notification emails like this one, please contact
machris...@apache.org.

Reply via email to