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 !49 opened Mar 24, 2014 by Kálmán Viktor@kviktor 
  • Report abuse
Report abuse

VM create bug fixes

  • Discussion 4
  • Commits 18
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté
    @orymate started a discussion on an old version of the diff Mar 24, 2014
    circle/dashboard/static/dashboard/dashboard.js
    3 3 var template = $(this).data("template");
    4 4 $.ajax({
    5 5 type: 'GET',
    6 url: '/dashboard/vm/create/',
    6 url: '/dashboard/vm/create/' + (isNaN(template) ? '' : '?template=' + template),
    • Őry Máté @orymate commented Mar 24, 2014
      Owner

      isNaN?!

      isNaN?!
    Please register or sign in to reply
  • Kálmán Viktor
    @kviktor started a discussion on commit 8d0363a3 Mar 24, 2014
    • Kálmán Viktor @kviktor

      mentioned in issue #121 (closed)

      Mar 24, 2014

      mentioned in issue #121 (closed)

      mentioned in issue #121
      Toggle commit list
    Please register or sign in to reply
  • Kálmán Viktor
    @kviktor started a discussion on commit ee46f861 Mar 24, 2014
    • Kálmán Viktor @kviktor

      mentioned in issue #126 (closed)

      Mar 24, 2014

      mentioned in issue #126 (closed)

      mentioned in issue #126
      Toggle commit list
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on commit ee46f861 Mar 25, 2014
    Last updated by Őry Máté Mar 26, 2014
    circle/dashboard/templates/dashboard/_vm-create-1.html
    58 58 </li>
    59 59 </ul>
    60 60 <div style="margin-top: 20px; padding: 0 15px; width: 100%">
    61 <a class="btn btn-primary btn-xs customize-vm" data-template-pk="{{ t.pk }}" href="{% url "dashboard.views.vm-create" %}?template={{ t.pk }}"><i class="icon-wrench"></i> Customize</a>
    61 {% if user.is_superuser %}
    • Őry Máté @orymate commented Mar 25, 2014
      Owner

      ?! {% if not perms.vm.set_resources %} was in #126 (closed)

      ?! `{% if not perms.vm.set_resources %}` was in #126
    • Őry Máté @orymate commented Mar 26, 2014
      Owner

      fixed

      fixed
    Please register or sign in to reply
  • Őry Máté @orymate commented Mar 26, 2014
    Owner

    👍

    :+1:
  • 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!49