Skip to content

Commit

Permalink
Admin page small corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
netwolfuk committed Nov 30, 2017
1 parent b6c825b commit 366eaad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public WebHookRestApiAdminPage(@NotNull PagePlaces pagePlaces,
addCssFile(descriptor.getPluginResourcesPath("WebHookRestApi/css/tcWebHooksApi.css"));
addJsFile(descriptor.getPluginResourcesPath("WebHookRestApi/restApiHealthStatus.js"));
setTabTitle("WebHooks REST API");
setPosition(PositionConstraint.after("clouds", "email", "jabber", "tcWebHooks"));
setPosition(PositionConstraint.after("clouds", "email", "jabber", "plugins", "tcWebHooks"));
register();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public WebHookAdminPage(@NotNull PagePlaces pagePlaces,
addJsFile(descriptor.getPluginResourcesPath("WebHook/js/Chart.bundle.min.js"));
addJsFile(descriptor.getPluginResourcesPath("WebHook/js/admin-chart.js"));
setTabTitle("WebHooks");
setPosition(PositionConstraint.after("clouds", "email", "jabber"));
setPosition(PositionConstraint.after("clouds", "email", "jabber", "plugins"));
register();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="repoList">
<h2 class="noBorder">WebHooks</h2>

<p>The most recent 50,000 webhook executions are stored in memory in TeamCity. These are cleared on restart.</p><p>Since the last TeamCity restart, there have been:</p>
<p>The most recent 10,000 webhook executions are stored in memory in TeamCity. These are cleared on restart.</p><p>Since the last TeamCity restart, there have been:</p>
<div class="stats-table-wrapper">
<div class="webhookCounts">
<div class="webhookOkCount webhookCount">
Expand Down

0 comments on commit 366eaad

Please sign in to comment.