Skip to content

Commit

Permalink
Modify popup window in zcldomainclusterview
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrkollar authored and paulr34 committed Sep 19, 2023
1 parent d35c9da commit a57b74a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/ZclDomainClusterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ limitations under the License.
:cover="false"
:offset="[0, -54]"
v-model="uc_label"
class="bg-white text-black"
style="overflow-wrap: break-word; padding: 0px"
class="custom-notification notification-warning q-p-lg"
style="overflow-wrap: break-word"
>
<div v-show="missingRequiredUcComponents(props.row).length">
<div class="row items-center" items-center style="padding: 0px">
Expand All @@ -57,16 +57,16 @@ limitations under the License.
class="text-amber q-mr-sm"
style="font-size: 1.5rem"
></q-icon>
<div class="vertical-middle text-subtitle2">
Required SLC Component not installed
<div>
<strong class="vertical-middle text-subtitle2">
Required SLC Component not installed
</strong>
<br />
Install following components to continue endpoint
configuration.
</div>
</div>

<div class="row no-wrap">
Install following components to continue endpoint
configuration.
</div>

<div class="row no-wrap">
<div class="col justify-start">
<ul style="list-style-type: none; padding-left: 0px">
Expand Down

0 comments on commit a57b74a

Please sign in to comment.