Enable EDIT CONFIG on create gateway

dependabot/npm_and_yarn/Src/WebController/UI/websocket-extensions-0.1.4
Andras Toth 2020-01-23 10:45:39 +00:00
parent 8df9c1f62a
commit 3ce4693570
2 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ export default class Modal extends Mixins(C3) {
margin-left: 16px
&.options
.c3modal-back.c3modal-back
display: none
display: flex
h1
margin-bottom: 16px
&-title-wrapper
@ -271,6 +271,6 @@ export default class Modal extends Mixins(C3) {
display: flex
align-self: flex-end
text-align: right
margin: 0 0 14px
margin: 0 100px 14px 0
cursor: pointer
</style>

View File

@ -3,7 +3,7 @@
<div class="c3modal-details">
<div class="c3modal-title-wrapper">
<h1>Gateway Setup</h1>
<!-- <span class="c3modal-config-link" v-on:click="openModal('', 'OPTIONS')">EDIT CONFIG</span> -->
<span class="c3modal-config-link" v-on:click="openModal('', 'OPTIONS')">EDIT CONFIG</span>
</div>
<p>Please setup a Gateway to begin using c3.</p>
<Input