Skip to content

Commit

Permalink
remove reload button
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Nov 23, 2023
1 parent 039002c commit 5ef1b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/analytics/list/block.component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
button[title="Reload"] {
display: none !important;
}
2 changes: 1 addition & 1 deletion src/analytics/list/block.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ import {
ColumnDataType,
Pagination,
} from "@c8y/ngx-components";
import { BsModalService } from "ngx-bootstrap/modal";
import { AnalyticsService } from "../../shared/analytics.service";
import { CEP_Block } from "../../shared/analytics.model";

@Component({
selector: "c8y-block-grid",
templateUrl: "block.component.html",
styleUrls:['./block.component.css'],
encapsulation: ViewEncapsulation.None,
})
export class BlockGridComponent implements OnInit {
Expand Down

0 comments on commit 5ef1b77

Please sign in to comment.