|
317 | 317 | <small>{{ serviceDescrition }}</small>
|
318 | 318 | </div>
|
319 | 319 |
|
320 |
| - <div v-if="selectedServiceId == 'CAVACH_API'" class="container mb-2" style="border: 1px solid #80808038;border-radius: 5px;"> |
321 |
| - |
322 |
| - |
323 |
| - |
324 |
| - <div class="form-group" v-if=" |
| 320 | + <!-- <div v-if="selectedServiceId == 'CAVACH_API'" class="container mb-2" style="border: 1px solid #80808038;border-radius: 5px;"> --> |
| 321 | + |
| 322 | + <div class="form-group card" v-if="selectedServiceId == 'CAVACH_API'"> |
| 323 | + <b-card-header header-tag="header" class="p-1 border-0 accordin-header theme-color" role="tab" > |
| 324 | + <b-button block v-b-toggle.accordion-1 style="text-decoration:none; color:#212529;" variant="secondary" |
| 325 | + :aria-expanded="issuerConfigVisible ? 'true' : 'false'" |
| 326 | + @click="issuerConfigVisible = !issuerConfigVisible" aria-controls="collapse-1" |
| 327 | + class="text-left border-0 theme-color bg-transparant" title="Create schema configuration">Issuer |
| 328 | + Configurations |
| 329 | + <i :class="!issuerConfigVisible ? 'fa fa-arrow-down' : 'fa fa-arrow-up'" style="float:right;"></i> |
| 330 | + </b-button> |
| 331 | + </b-card-header> |
| 332 | + |
| 333 | + <b-collapse id="collapse-1" class="mt-2" v-model="issuerConfigVisible" style="padding:10px"> |
| 334 | + <div class="form-group" v-if=" |
325 | 335 | selectedServiceId == 'CAVACH_API' ||
|
326 | 336 | (appModel.services &&
|
327 | 337 | appModel.services.length > 0 &&
|
|
378 | 388 |
|
379 | 389 | </div>
|
380 | 390 |
|
381 |
| - </div> |
| 391 | + </b-collapse> |
| 392 | + </div> |
| 393 | + |
| 394 | + |
| 395 | + <!-- </div> --> |
382 | 396 |
|
383 | 397 | <div class="form-group" v-if="edit === true">
|
384 | 398 | <tool-tip infoMessage="Select an environment"></tool-tip>
|
|
399 | 413 | </div> -->
|
400 | 414 |
|
401 | 415 | <div class="form-group" v-if="edit">
|
402 |
| - <hf-buttons name="Update" iconClass="fa fa-bookmark" class="btn btn-primary" |
| 416 | + <hf-buttons name="Update" class="btn btn-primary" |
403 | 417 | @executeAction="updateAnAppAPIServer()"></hf-buttons>
|
404 | 418 | </div>
|
405 | 419 | <div class="form-group" v-else>
|
406 |
| - <hf-buttons name="Save" iconClass="fa fa-bookmark" @executeAction="createAnApp()"></hf-buttons> |
| 420 | + <hf-buttons name="Save" @executeAction="createAnApp()"></hf-buttons> |
407 | 421 | </div>
|
408 | 422 | </v-form>
|
409 | 423 | </StudioSideBar>
|
|
798 | 812 | </template>
|
799 | 813 |
|
800 | 814 | <style scoped>
|
| 815 | +.theme-color { |
| 816 | + background-color: #80808078; |
| 817 | + color: #212529; |
| 818 | +} |
| 819 | +
|
| 820 | +.bg-transparant { |
| 821 | + background-color: transparent !important; |
| 822 | + color: #212529; |
| 823 | +} |
| 824 | +
|
801 | 825 | .v-card__actions button{
|
802 | 826 | background: transparent;border: 0;color: grey;
|
803 | 827 | }
|
|
927 | 951 |
|
928 | 952 | .new-service-popup {
|
929 | 953 | padding: 20px;
|
930 |
| - background: aliceblue; |
| 954 | + background: #8080801c; |
931 | 955 | border-radius: 10px;
|
932 | 956 | }
|
933 | 957 | </style>
|
@@ -1022,6 +1046,7 @@ export default {
|
1022 | 1046 | },
|
1023 | 1047 | data() {
|
1024 | 1048 | return {
|
| 1049 | + issuerConfigVisible: false, |
1025 | 1050 | items: [
|
1026 | 1051 | {
|
1027 | 1052 | src: 'https://cdn.vuetifyjs.com/images/carousel/squirrel.jpg',
|
|
0 commit comments