The dashboard plugin currently does not support the option to scale a selected application. This patch adds this option to the dashboard plugin. Also, here is a link to a screenshot of what the form for scale looks like: http://pasteboard.co/9SJoyVemF.png Co-Authored-By: zhurong <aaronzhu1121@gmail.com> Change-Id: I83491c4fa2348f5e501826206e6c770ceebd8819 Closes-Bug: #1605058
9 lines
325 B
HTML
9 lines
325 B
HTML
{% extends 'horizon/common/_modal_form.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block form_id %}{% endblock %}
|
|
{% block form_action %}{% url 'horizon:solum:applications:scale' application_id %}{% endblock %}
|
|
|
|
{% block modal-header %}{% trans "Scale Application" %}{% endblock %}
|
|
{% block modal_id %}scale_application_modal{% endblock %}
|