Skip to content

Commit

Permalink
fix(simulator-ui): remove sorting on certain columns
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Jun 4, 2024
1 parent 554440d commit 6670efa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
th[jhisortby='status'],
th[jhisortby='errorMessage'] {
pointer-events: none;

:hover {
cursor: default;
}

fa-icon {
visibility: hidden;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { ITestResultStatus } from '../../test-result/test-result.model';
standalone: true,
selector: 'app-scenario-execution',
templateUrl: './scenario-execution.component.html',
styleUrls: ['./scenario-execution.component.scss'],
imports: [
RouterModule,
FormsModule,
Expand Down

0 comments on commit 6670efa

Please sign in to comment.