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 !152 opened Aug 06, 2014 by Kálmán Viktor@kviktor 
  • Report abuse
Report abuse

Feature Node Fixes

Closes #240 (closed)

  • Discussion 4
  • Commits 5
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté
    @orymate started a discussion on the diff Aug 07, 2014
    circle/dashboard/tables.py
    66 67 monitor = TemplateColumn(
    67 68 template_name='dashboard/node-list/column-monitor.html',
    • Őry Máté @orymate commented Aug 07, 2014
      Owner

      verbose name missing

      verbose name missing
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on the diff Aug 07, 2014
    circle/dashboard/tables.py
    66 67 monitor = TemplateColumn(
    67 68 template_name='dashboard/node-list/column-monitor.html',
    68 69 attrs={'th': {'class': 'node-list-table-monitor'}},
    70 orderable=False,
    69 71 )
    70 72  
    71 details = TemplateColumn(
    72 template_name='dashboard/node-list/column-details.html',
    73 attrs={'th': {'class': 'node-list-table-thin'}},
    74 )
    75 73 actions = TemplateColumn(
    76 74 attrs={'th': {'class': 'node-list-table-thin'}},
    77 75 template_code=('{% include "dashboard/node-list/column-'
    78 76 'actions.html" with btn_size="btn-xs" %}'),
    • Őry Máté @orymate commented Aug 07, 2014
      Owner

      ditto

      ditto
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on the diff Aug 07, 2014
    circle/dashboard/templates/dashboard/node-detail/_activity-timeline.html
    6 6 <i class="fa {% if not a.finished %}fa-refresh fa-spin {% else %}fa-plus{% endif %}"></i>
    7 7 </span>
    8 8 <strong>{% if user.is_superuser %}
    9 {{ a.readable_name.get_admin_text }}
    • Őry Máté @orymate commented Aug 07, 2014
      Owner

      could you add the result too?

      could you add the result too?
    Please register or sign in to reply
  • Őry Máté @orymate commented Aug 07, 2014
    Owner

    👍 like

    :+1: like
  • 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
2
2 participants
Reference: circle/cloud!152