Skip to content

Commit

Permalink
Fix SQL headers
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed Feb 8, 2018
1 parent cebb5aa commit e1089b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Opserver/Views/SQL/Servers.cshtml
Expand Up @@ -19,7 +19,7 @@ var props = i.ServerProperties.SafeData(true);
{
<tbody>
<tr class="category-row">
<th colspan="11">
<th colspan="12">
<h5>
<a href="~/sql/servers#/cluster/@c.Name" data-refresh="5">@c.IconSpan() @c.Name</a> <span class="text-muted small">(@c.QuorumType.GetDescription() - @c.QuorumState.GetDescription())</span>
@if (c.Description.HasValue()) { <span class="text-muted small">(@c.Description)</span> }
Expand Down

0 comments on commit e1089b0

Please sign in to comment.