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 !212 opened Sep 23, 2014 by Kálmán Viktor@kviktor 
  • Report abuse
Report abuse

show current node of vm

fixes #289 (closed)

  • Discussion 3
  • Commits 6
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté
    @orymate started a discussion on an old version of the diff Sep 23, 2014
    circle/dashboard/templates/dashboard/vm-detail/home.html
    90 90 </div>
    91 91 </form>
    92 92 </div><!-- id:vm-details-tags -->
    93 {% if request.user.is_superuser %}
    94 <dl>
    95 <dt>Node:</dt>
    • Őry Máté @orymate commented Sep 23, 2014
      Owner

      trans

      Edited Sep 25, 2014
      ~~trans~~
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on an old version of the diff Sep 23, 2014
    circle/dashboard/templates/dashboard/vm-detail/home.html
    90 90 </div>
    91 91 </form>
    92 92 </div><!-- id:vm-details-tags -->
    93 {% if request.user.is_superuser %}
    94 <dl>
    95 <dt>Node:</dt>
    96 {% if instance.node %}
    97 <dd>
    98 <a href="{{ instance.node.get_absolute_url }}">
    99 {{ instance.node.name }}
    100 </a>
    101 </dd>
    102 {% else %}
    103 -
    • Őry Máté @orymate commented Sep 23, 2014
      Owner

      this should be inside the <dd>

      Edited Sep 25, 2014
      ~~this should be inside the `<dd>`~~
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on the diff Sep 23, 2014
    circle/dashboard/templates/dashboard/vm-detail/home.html
    91 91 </form>
    92 92 </div><!-- id:vm-details-tags -->
    93 {% if request.user.is_superuser %}
    94 <dl>
    95 <dt>Node:</dt>
    96 {% if instance.node %}
    97 <dd>
    98 <a href="{{ instance.node.get_absolute_url }}">
    99 {{ instance.node.name }}
    100 </a>
    101 </dd>
    102 {% else %}
    103 -
    104 {% endif %}
    105 {% endif %}
    93 106 <dl>
    • Őry Máté @orymate commented Sep 23, 2014
      Owner

      remove this line

      remove this line
    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
Őry Máté
Assignee
Őry Máté @orymate
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!212