Move Server Variables header to a more sensible location

This commit is contained in:
Kyle Shockey
2017-11-30 13:50:39 -08:00
parent e6ecb201c7
commit 25b9fb28dc

View File

@@ -109,13 +109,14 @@ export default class Servers extends React.Component {
</label>
{ shouldShowVariableUI ?
<div>
<h4>Server variables</h4>
<div className={"computed-url"}>
Computed URL:
<code>
{getEffectiveServerValue(currentServer)}
</code>
</div>
<h4>Server variables</h4>
<table>
<tbody>
{