Merge "[trivial] fix typo in octavia_dashboard lbaasv2"
This commit is contained in:
commit
f0f2d021cb
@ -68,7 +68,7 @@
|
||||
ctrl.save = save;
|
||||
ctrl.saving = false;
|
||||
ctrl.weightError = gettext('The weight must be a number between 1 and 256.');
|
||||
ctrl.monitorAddressError = gettext('The monitor address must be a vaid IP address.');
|
||||
ctrl.monitorAddressError = gettext('The monitor address must be a valid IP address.');
|
||||
ctrl.monitorPortError = gettext('The monitor port must be a number between 1 and 65535.');
|
||||
|
||||
ctrl.helpUrl = basePath + 'workflow/members/members.help.html';
|
||||
|
@ -70,7 +70,7 @@
|
||||
expect(ctrl.ipPattern).toBeDefined();
|
||||
expect(ctrl.helpUrl).toBeDefined();
|
||||
expect(ctrl.weightError).toBe('The weight must be a number between 1 and 256.');
|
||||
expect(ctrl.monitorAddressError).toBe('The monitor address must be a vaid IP address.');
|
||||
expect(ctrl.monitorAddressError).toBe('The monitor address must be a valid IP address.');
|
||||
expect(ctrl.monitorPortError).toBe('The monitor port must be a number between 1 and 65535.');
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user