Skip to content

Commit

Permalink
Fixed mef-eline form tags
Browse files Browse the repository at this point in the history
  • Loading branch information
HeriLFIU committed Dec 2, 2024
1 parent 90aa97d commit 624eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/k-toolbar/main.kytos
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<k-checkbox title="Enable INT" v-model:model="enable_int" :value="'enable'"
tooltip="Enable In-band Network Telemetry (INT)"
></k-checkbox>
</form>
</k-accordion-item>

<span v-for="constraint in ['primary_constraints', 'secondary_constraints']">
Expand Down Expand Up @@ -204,7 +205,6 @@
</div>
</k-accordion-item>
</span>
</form>
<k-button tooltip="Request Circuit" title="Request Circuit"
icon="gear" @click="request_circuit">
</k-button>
Expand Down

0 comments on commit 624eda4

Please sign in to comment.