13148-Empty views - Some fix
This commit is contained in:
parent
220e5e0c0a
commit
49f5a5277c
|
@ -48,7 +48,7 @@ $msg .= __('Depending on how they provide that service, we can find two types:')
|
|||
|
||||
$msg .= __('Clusters to balance the service load: these are active - active (A/A) mode clusters. It means that all the nodes (or machines that compose it) are working. They must be working because if one stops working, it will overload the others.').'<br><br>';
|
||||
|
||||
$msg .= __('Clusters to guarantee service: these are active - passive (A/P) mode clusters. It means that one of the nodes (or machines that make up the cluster) will be running (primary) and another won\'t (secondary). When the primary goes down, the secondary must take over and give the service instead. Although many of the elements of this cluster are active-passive, it will also have active elements in both of them that indicate that the passive node is "online", so that in the case of a service failure in the master, the active node collects this information.');
|
||||
$msg .= __('Clusters to guarantee service: these are active - passive (A/P) mode clusters. It means that one of the nodes (or machines that make up the cluster) will be running (primary) and another will not (secondary). When the primary goes down, the secondary must take over and give the service instead. Although many of the elements of this cluster are active-passive, it will also have active elements in both of them that indicate that the passive node is "online", so that in the case of a service failure in the master, the active node collects this information.');
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -35,12 +35,12 @@ ui_require_css_file('first_task');
|
|||
|
||||
if ($vconsoles_write || $vconsoles_manage) {
|
||||
$msg = __(
|
||||
"%s allows users to create visual maps on which each user is able to create his or her own monitoring map. The new visual console editor is much more practical, although the prior 'visual console editor had its advantages.",
|
||||
'%s allows users to create visual maps on which each user is able to create his or her own monitoring map. The new visual console editor is much more practical, although the prior visual console editor had its advantages.',
|
||||
get_product_name()
|
||||
);
|
||||
|
||||
$msg .= '<br><br>'.__(
|
||||
"On the new visual console, we've been successful in imitating the sensation and touch of a drawing application like GIMP. We've also simplified the editor by dividing it into several subject-divided tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and 'Editor'."
|
||||
"On the new visual console, we have been successful in imitating the sensation and touch of a drawing application like GIMP. We have also simplified the editor by dividing it into several subject-divided tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and 'Editor'."
|
||||
);
|
||||
|
||||
$msg .= '<br><br>'.__(
|
||||
|
|
|
@ -33,12 +33,12 @@ check_login();
|
|||
ui_require_css_file('first_task');
|
||||
if ((bool) $agent_w === true) {
|
||||
$msg = __(
|
||||
"A service is a way to group your IT resources based on their functionalities.
|
||||
'A service is a way to group your IT resources based on their functionalities.
|
||||
A service could be e.g. your official website, your CRM system, your support application, or even your printers.
|
||||
Services are logical groups which can include hosts, routers, switches, firewalls, CRMs, ERPs, websites and numerous other services.
|
||||
By the following example, you're able to see more clearly what a service is:
|
||||
By the following example, you are able to see more clearly what a service is:
|
||||
A chip manufacturer sells computers by its website all around the world.
|
||||
His company consists of three big departments: A management, an on-line shop and support."
|
||||
His company consists of three big departments: A management, an on-line shop and support.'
|
||||
);
|
||||
|
||||
$url_new = 'index.php?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service';
|
||||
|
|
Loading…
Reference in New Issue