-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
69cd73c
commit c7408a9
Showing
7 changed files
with
22 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 4 additions & 9 deletions
13
...a/ui/ribbonBar/searchPanel/searchPanelModeSelector/searchPanelModeSelector.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
<mat-button-toggle-group [value]="searchPanelMode"> | ||
<mat-button-toggle id="tree-view" value="tree-view" (click)="updateSearchPanelMode('treeView')"> | ||
<i class="fa fa-sitemap"></i> | ||
</mat-button-toggle> | ||
<mat-button-toggle id="blacklist" value="blacklist" (click)="updateSearchPanelMode('blacklist')"> | ||
<i class="fa fa-eye-slash"></i> | ||
<div class="has-blacklist-items-indicator" [hidden]="hideBlacklistItemsIndicator$ | async"></div> | ||
</mat-button-toggle> | ||
</mat-button-toggle-group> | ||
<mat-button-toggle id="blacklist" value="blacklist" (click)="updateSearchPanelMode('blacklist')"> | ||
<i class="fa fa-eye-slash"></i> | ||
<div class="has-blacklist-items-indicator" [hidden]="hideBlacklistItemsIndicator$ | async"></div> | ||
</mat-button-toggle> |
3 changes: 1 addition & 2 deletions
3
...a/ui/ribbonBar/searchPanel/searchPanelModeSelector/searchPanelModeSelector.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
...codeCharta/ui/ribbonBar/searchPanel/searchPanelModeSelector/searchPanelModeSelector.po.ts
This file was deleted.
Oops, something went wrong.