Skip to content

Commit

Permalink
ran formatting and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Aug 8, 2023
1 parent 1c86283 commit 812319f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
</mat-chip>
</p>
<p>
<span i18n>&nbsp;Filter empty values by entering double quotes:</span>&nbsp;
<span i18n>&nbsp;Filter empty values by entering double quotes:</span
>&nbsp;
<mat-chip class="mat-chip-blue">
<span i18n>&nbsp;Name: ""</span>
<button matChipRemove>
Expand All @@ -40,7 +41,8 @@
<li i18n>The value shown in the tooltip</li>
<li i18n>
The status types (i.e.
<i>ready, waiting, warning, error, unavailable, uninitialized,
<i
>ready, waiting, warning, error, unavailable, uninitialized,
terminating, stopped</i
>)
</li>
Expand All @@ -53,7 +55,8 @@
<ul>
<li>
<span>
<span i18n>&nbsp;The "-" character for empty date values:</span>&nbsp;
<span i18n>&nbsp;The "-" character for empty date values:</span
>&nbsp;
<mat-chip class="mat-chip-blue">
<span i18n>&nbsp;Created at: -</span>
<button matChipRemove>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
i18n-title="Title for the CPU/RAM form section"
helpText="Configure the resources allocated to the notebook. Minimum and maximum values correspond to K8s requests and limits for the resources of the underlying Pod."
i18n-helpText
>
>
<div class="row" [formGroup]="parentForm">
<!--CPU AAW, do not take their lib-positive-input -->
<mat-form-field appearance="outline" class="column">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<div class="page-padding lib-flex-grow lib-overflow-auto">
<lib-table
[config]="config"
[data]="processedEvents"
></lib-table>
<lib-table [config]="config" [data]="processedEvents"></lib-table>
</div>
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<div class="page-padding lib-flex-grow lib-overflow-auto">
<lib-table
[config]="config"
[data]="events"
></lib-table>
<lib-table [config]="config" [data]="events"></lib-table>
</div>

0 comments on commit 812319f

Please sign in to comment.