Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

feat(so-additional-fields): Additional fields for SO #911

Merged
merged 28 commits into from
Feb 8, 2018

Conversation

ksendart
Copy link
Contributor

[matTooltip]="'SERVICE_OFFERING.COLUMN.NETWORK_RATE' | translate">
{{ 'SERVICE_OFFERING.COLUMN.DISK_IOPS_READ' | translate }}
</th>
<th class="mat-header-cell field" *ngIf="showFields"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it is better way to use 'ng-container' ( for all 'th' ) with 'ngIf' here

<td class="mat-cell" *ngIf="showFields">
{{ offering.diskIopsReadRate || '-' }}
</td>
<td class="mat-cell" *ngIf="showFields">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it is better way to use 'ng-container' ( for all 'td' ) with 'ngIf' here

import { Tag } from '../../../shared/models/tag.model';
import { AccountTagKeys } from '../../../shared/services/tags/account-tag-keys';

import * as event from './account-tags.actions';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we name it accountTagActions or smth like that, not event, please?

@ksendart ksendart merged commit 31e6131 into bwsw:master Feb 8, 2018
@ksendart ksendart deleted the 859-so-additional-fields branch February 8, 2018 00:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants