Move Server Variables header to a more sensible location
This commit is contained in:
@@ -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>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user