2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.nodes.show.metadata'] table tr {
|
2019-08-02 11:53:52 +00:00
|
|
|
cursor: default;
|
|
|
|
}
|
2021-12-01 11:33:33 +00:00
|
|
|
html[data-route^='dc.nodes.show.sessions'] .consul-lock-session-list {
|
|
|
|
@extend %list-after-secondary-nav;
|
|
|
|
}
|