Browse Source

ui: Uses the default cursor instead of a pointer for upstream rows (#5785)

pull/5798/head
John Cowen 6 years ago committed by GitHub
parent
commit
119bd02368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ui-v2/app/styles/routes/dc/service/index.scss

3
ui-v2/app/styles/routes/dc/service/index.scss

@ -0,0 +1,3 @@
html.template-instance.template-show #upstreams table tr {
cursor: default;
}
Loading…
Cancel
Save