Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !221 opened Sep 26, 2014 by Kálmán Viktor@kviktor 
  • Report abuse
Report abuse

show a summary of existing group-ACLs on group-detail

Closes #284 (closed)

  • Discussion 6
  • Commits 3
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Bach Dániel @bachdaniel commented Sep 29, 2014
    Owner

    👍

    :+1:
  • Őry Máté
    @orymate started a discussion on the diff Sep 30, 2014
    Last updated by Kálmán Viktor Sep 30, 2014
    circle/dashboard/templates/dashboard/group-detail.html
    52 52  
    53 53 <hr />
    54 54  
    55 <h3>{% trans "Available objects for this group" %}</h3>
    • Őry Máté @orymate commented Sep 30, 2014
      Owner

      "Objects shared with this group"?

      Couldn't we show the level?

      Edited Sep 30, 2014
      "Objects shared with this group"? Couldn't we show the level?
    • Kálmán Viktor @kviktor commented Sep 30, 2014
      Owner

      Our acl doesn't support it currently.

      Our acl doesn't support it currently.
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on the diff Sep 30, 2014
    Last updated by Bach Dániel Oct 03, 2014
    circle/dashboard/templates/dashboard/group-detail.html
    52 52  
    53 53 <hr />
    54 54  
    55 <h3>{% trans "Available objects for this group" %}</h3>
    56 <ul class="dashboard-profile-vm-list fa-ul">
    57 {% for i in vm_objects %}
    58 <li>
    59 <a href="{{ i.get_absolute_url }}">
    60 <i class="fa fa-li {{ i.get_status_icon }}"></i>
    61 {{ i }}
    62 </a>
    63 </li>
    64 {% endfor %}
    65 {% for t in template_objects %}
    • Őry Máté @orymate commented Sep 30, 2014
      Owner

      what's wrong with i? :)

      what's wrong with `i`? :)
    • Kálmán Viktor @kviktor commented Sep 30, 2014
      Owner

      template !

      **__t__**emplate !
    • Bach Dániel @bachdaniel commented Oct 03, 2014
      Owner

      :trollface:

      :trollface:
    Please register or sign in to reply
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!221