~gmb/maas/backports

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/node_edit.html

  • Committer: Gavin Panella
  • Date: 2014-09-29 15:26:08 UTC
  • mfrom: (3124 maas)
  • mto: This revision was merged to the branch mainline in revision 3125.
  • Revision ID: gavin.panella@canonical.com-20140929152608-73b1soyzub5dhe6w
Merge trunk, resolving conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        </a>
78
78
      </li>
79
79
    </ul>
 
80
    <input name="ui-submission" type="hidden" value="Submitted from the UI" />
80
81
    <input type="submit" value="Save node" class="right" />
81
82
    <a class="link-button" href="{% url 'node-view' node.system_id %}">Cancel</a>
82
83
  </form>