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> </label>
{ shouldShowVariableUI ? { shouldShowVariableUI ?
<div> <div>
<h4>Server variables</h4>
<div className={"computed-url"}> <div className={"computed-url"}>
Computed URL: Computed URL:
<code> <code>
{getEffectiveServerValue(currentServer)} {getEffectiveServerValue(currentServer)}
</code> </code>
</div> </div>
<h4>Server variables</h4>
<table> <table>
<tbody> <tbody>
{ {