File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
bundles/org.openhab.ui/web/src/pages/developer Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 33 <f7-navbar >
44 <oh-nav-content title =" API Explorer" back-link =" Developer Tools" back-link-url =" /developer/" :f7router />
55 </f7-navbar >
6- <f7-block >
6+ <f7-block class = " no-padding no-margin " >
77 <f7-col >
8- <f7-card id =" swaggerUi" />
8+ <div class = " no-margin " id =" swaggerUi" />
99 </f7-col >
1010 </f7-block >
1111 </f7-page >
1717 padding-bottom 5px
1818 color var (-- f7-text-color ) !important
1919 .wrapper
20- padding 0
2120 max-width inherit
2221 .information-container , .scheme-container , .authorization__btn
2322 display none
116115 </style >
117116
118117<script setup lang="ts">
119- import { onMounted , ref } from ' vue'
120118import { type Router } from ' framework7'
121119import { getAccessToken , getTokenInCustomHeader , getBasicCredentials } from ' @/js/openhab/auth'
122120
You can’t perform that action at this time.
0 commit comments