Commit a6ca31a7 authored by Dietmar Maurer's avatar Dietmar Maurer

use better error message

parent 1fe64d18
...@@ -178,7 +178,7 @@ Ext.define('PVE.dc.HAConfig', { ...@@ -178,7 +178,7 @@ Ext.define('PVE.dc.HAConfig', {
{ {
text: gettext('Failover Domain'), text: gettext('Failover Domain'),
handler: function() { handler: function() {
Ext.Msg.alert(gettext('Error'), "not implemented - sorry"); Ext.Msg.alert(gettext('Error'), "Please configure via CLI");
} }
} }
] ]
......
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 to comment