Fixed confirmInput parameter name in Dynamic UI docs

The Version history in dynamic_ui.rst contains confirmPassword parameter
name which doesn't match actual implementation in murano-dashboard.
The correct name is "confirmInput" and this change fixes the docs to
match the code.

Change-Id: Ifa7057657e6fd78457ec00d7bc8fdb15d07835fa
This commit is contained in:
Jacek Tomasiak
2016-02-09 20:26:34 +01:00
parent 0332a7ee7c
commit 7a9b672673

View File

@@ -77,7 +77,7 @@ Version history
| | support backward compatibility, you need to manually remove | |
| | *name* field from class properties. | |
+---------+-------------------------------------------------------------------+-------------------+
| 2.3 | - Now *password* field supports ``confirmPassword`` flag and | Mitaka |
| 2.3 | - Now *password* field supports ``confirmInput`` flag and | Mitaka |
| | validator overloading with single ``regexValidator`` or | |
| | multiple *validators* attribute. | |
+---------+-------------------------------------------------------------------+-------------------+