|
|
@ -59,13 +59,17 @@ |
|
|
|
<div class="spot-action-bar--left"></div> |
|
|
|
<div class="spot-action-bar--left"></div> |
|
|
|
<div class="spot-action-bar--right"> |
|
|
|
<div class="spot-action-bar--right"> |
|
|
|
<button |
|
|
|
<button |
|
|
|
|
|
|
|
[disabled]="!(hasProjects$ | async)" |
|
|
|
class="spot-button spot-button_outlined spot-button_main" |
|
|
|
class="spot-button spot-button_outlined spot-button_main" |
|
|
|
type="button" |
|
|
|
type="button" |
|
|
|
(click)="clearSelection()" |
|
|
|
(click)="clearSelection()" |
|
|
|
> |
|
|
|
> |
|
|
|
{{ text.clear_selection }} |
|
|
|
{{ text.clear_selection }} |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<button class="spot-button spot-button_main"> |
|
|
|
<button |
|
|
|
|
|
|
|
[disabled]="!(hasProjects$ | async)" |
|
|
|
|
|
|
|
class="spot-button spot-button_main" |
|
|
|
|
|
|
|
> |
|
|
|
{{ text.apply }} |
|
|
|
{{ text.apply }} |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|