Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Rename sidebar entries to Pacemaker Clusters and SAP Systems
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Sep 30, 2021
1 parent 43ec052 commit 8eb5e67
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions web/templates/blocks/sidebar.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
</li>
<li class="menu-item">
<div class="menu-element">
<span class="main-collapsed-title">Clusters</span>
<span class="main-collapsed-title">Pacemaker Clusters</span>
</div>
<a class="menu-title js-select-current-parent js-feature-flag" href="/clusters">
<i class='eos-icons'>collocation</i>
<span class="menu-title-content">Clusters</span>
<span class="menu-title-content">Pacemaker Clusters</span>
</a>
</li>
<li class="menu-item">
<div class="menu-element">
<span class="main-collapsed-title">Systems</span>
<span class="main-collapsed-title">SAP Systems</span>
</div>
<a class="menu-title js-select-current-parent js-feature-flag" href="/sapsystems">
<i class='eos-icons'>system_group</i>
<span class="menu-title-content">Systems</span>
<span class="menu-title-content">SAP Systems</span>
</a>
</li>
<li class="menu-item menu-dropdown">
Expand Down
4 changes: 2 additions & 2 deletions web/templates/cluster_generic.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "content" }}
<div class="col">
<h6><a href="/clusters">Clusters</a> > {{ .Cluster.Name }}</h6>
<h1>Cluster details</h1>
<h6><a href="/clusters">Pacemaker Clusters</a> > {{ .Cluster.Name }}</h6>
<h1>Pacemaker Cluster details</h1>
<dl class="inline">
<dt class="inline">Hosts number</dt>
<dd class="inline">{{ .Cluster.Crmmon.Summary.Nodes.Number }}</dd>
Expand Down
4 changes: 2 additions & 2 deletions web/templates/cluster_hana.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<script src="/static/frontend/assets/js/check_selection.js"></script>{{ end }}
{{ define "content" }}
{{ template "alerts" .Alerts }}
<h1>Cluster details <i class="eos-icons eos-24 cluster-settings" data-toggle="modal" data-target="#clusterModal">settings</i></h1>
<h1>Pacemaker Cluster details <i class="eos-icons eos-24 cluster-settings" data-toggle="modal" data-target="#clusterModal">settings</i></h1>
<div class="row">
<div class="col">
<h6>
<a href="/clusters">Clusters</a> > {{ .Cluster.Name }}
<a href="/clusters">Pacemaker Clusters</a> > {{ .Cluster.Name }}
</h6>
</div>
<div class="col text-right">
Expand Down
2 changes: 1 addition & 1 deletion web/templates/clusters.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ define "content" }}
<div class="row">
<div class="col">
<h1>Clusters</h1>
<h1>Pacemaker Clusters</h1>
</div>
<div class="col text-right">
<i class="eos-icons eos-dark eos-18 ">schedule</i> Updated at:
Expand Down
16 changes: 8 additions & 8 deletions web/templates/home.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
</div>
</div>
<div class='card'>
<h5 class='card-header'>Clusters</h5>
<h5 class='card-header'>Pacemaker Clusters</h5>
<div class='card-body'>
<p class='card-text'>
This view currently allows to check the status of the all the discovered clusters,
including the information of the status of each node and the role associated to
each node. This view also allows to see the node's attributes which reflect details
found from their configuration as well as resources, their type and distribution
within the cluster nodes.
This view currently allows to check the status of the all the discovered
pacemaker clusters, including the information of the status of each node and
the role associated to each node. This view also allows to see the node's
attributes which reflect detailsfound from their configuration as well as
resources, their type and distributionwithin the cluster nodes.
</p>
<div class='d-flex justify-content-end'>
<a class='card-link' href='/clusters'>Go to view</a>
Expand All @@ -46,10 +46,10 @@
</div>
<div class='card-deck mt-4'>
<div class='card'>
<h5 class='card-header'>Systems</h5>
<h5 class='card-header'>SAP Systems</h5>
<div class='card-body'>
<p class='card-text'>
In this view are listed the systems, usually identified by a SID or
In this view are listed the SAP Systems, usually identified by a SID or
`SAP System Idenfication` string such as `PRD`, `DEV`, or `QAS`. These are used
often to identify productive, development and quality assurance systems.
In this view we get an overview of the distribution of each SID, the number of
Expand Down

0 comments on commit 8eb5e67

Please sign in to comment.