mirror of https://github.com/infosecn1nja/C3.git
Enable EDIT CONFIG on create gateway
parent
8df9c1f62a
commit
3ce4693570
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue