Skip to content

Commit

Permalink
UI: Sessions: minor code improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
deaflynx committed Dec 26, 2024
1 parent 913ad59 commit 01911dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</mat-form-field>
</div>
<div class="tb-form-row column-xs">
<div class="fixed-title-width" ngClass.xs="filters-title-mobile" translate>mqtt-client-session.node-id</div>
<div class="fixed-title-width" translate>mqtt-client-session.node-id</div>
<tb-entity-subtype-list subscriptSizing="dynamic"
formControlName="nodeIdList"
appearance="outline"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import '../../../../../scss/constants';
@import 'constants';

:host {
padding-right: 8px;
Expand Down

0 comments on commit 01911dc

Please sign in to comment.