Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions traffic_portal/app/src/common/modules/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,7 @@ input:checked + .slider::before {
width: fit-content;
}
}

.label-underline {
text-decoration: underline dotted
}
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h3 ng-if="!open()">Previous Value</h3>
</div>
<div class="form-group" ng-class="{'has-error': hasError(generalConfig.requiredCapabilities), 'has-feedback': hasError(generalConfig.requiredCapabilities)}">
<div class="has-tooltip control-label col-md-2 col-sm-2 col-xs-12">
<label for="capability">Required Capability</label>
<label class="label-underline" for="capability">Required Capability</label>
<div class="helptooltip">
<div class="helptext">
Required Server capability(ies) associated with this Delivery Service. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/quick_howto/server_capabililty.html?highlight=Capabilities#configure-delivery-service-required-server-capabilities" target="_blank"> See Required Server Capabilities</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h3 ng-if="!open()">Previous Value</h3>
</div>
<div class="form-group" ng-class="{'has-error': hasError(generalConfig.requiredCapabilities), 'has-feedback': hasError(generalConfig.requiredCapabilities)}">
<div class="has-tooltip control-label col-md-2 col-sm-2 col-xs-12">
<label for="capability">Required Capability</label>
<label class="label-underline" for="capability">Required Capability</label>
<div class="helptooltip">
<div class="helptext">
Required Server capability(ies) associated with this Delivery Service. <a href="https://traffic-control-cdn.readthedocs.io/en/latest/admin/quick_howto/server_capabililty.html?highlight=Capabilities#configure-delivery-service-required-server-capabilities" target="_blank"> See Required Server Capabilities</a>
Expand Down