mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Connection test
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<TheAppWelcome @newConn="showNewConnModal" />
|
||||
</div>
|
||||
<TheFooter />
|
||||
<NewConnectionModal :is-opened="isNewConnModal" />
|
||||
<NewConnectionModal v-if="isNewConnModal" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -62,7 +62,7 @@ export default {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#main-content{
|
||||
/* background: #232524; */
|
||||
}
|
||||
/* #main-content{
|
||||
background: #232524;
|
||||
} */
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user