Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move deployment center to use table with proper sorting/grouping #3241

Merged
merged 4 commits into from Sep 27, 2018

Conversation

hartra344
Copy link
Contributor

No description provided.

setTimeout(() => {
this.appTable.groupItems('date', 'desc');
}, 0);
// setTimeout(() => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove

@Azure Azure deleted a comment Sep 27, 2018
</ng-template>
</ngx-datatable-column>
</ngx-datatable>
<!-- <tbl [items]="TableItems" #table="tbl" id="activity-list" [name]="'functionApps' | translate" groupColName="message">
Copy link
Contributor

Choose a reason for hiding this comment

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

remove commented table

<ngx-datatable-column name="{{'logs' | translate}}" prop="" editable="false" [resizeable]="true" [flexGrow]="1">
<ng-template ngx-datatable-cell-template let-rowIndex="rowIndex" let-value="value" let-row="row"
let-group="group">
<span [load-image]="'image/generic-template.svg'" class="command-icon" (click)="details(row)" role="button" (keyup)="onLogsKeyUp($event.target.value, row)"></span>
Copy link
Contributor

Choose a reason for hiding this comment

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

i think it would look cleaner if we did 1 attribute per line

<ng-sidebar #sidebar [(opened)]="sidePanelOpened" [mode]="'over'" [position]="'right'" [closeOnClickOutside]="true" [trapFocus]="false"
[autoFocus]="true" [sidebarClass]="'sidebar'" [ariaLabel]="'Deployment Details'" [animate]="true" [showBackdrop]="true">
<ng-sidebar #sidebar *ngIf="sidePanelOpened" [(opened)]="sidePanelOpened" [mode]="'over'" [position]="'right'" [closeOnClickOutside]="true" [trapFocus]="false"
[autoFocus]="true" [sidebarClass]="'sidebar'" [ariaLabel]="'deploymentDetails'| translate" [animate]="true" [showBackdrop]="true">
Copy link
Contributor

Choose a reason for hiding this comment

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

same with the sidebar :)

Copy link
Contributor

@ammanifold ammanifold left a comment

Choose a reason for hiding this comment

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

:shipit:

@hartra344 hartra344 merged commit cd3c6a9 into dev Sep 27, 2018
@hartra344 hartra344 deleted the dcTable branch September 27, 2018 17:31
hartra344 added a commit that referenced this pull request Sep 28, 2018
* fix the kubernetes samples spacing (#3218)

* Update read-only check for run from package (#3221)

* Quickstart: more templates option (#3223)

* initial logic

* add resources

* can get to quickstart from templates page

* variable updates

* codacy

* Removing diagnostic logs from Function apps (#3226)

* Fix issue where source control always shows loading if auth token is given but invalid (#3227)

* New Event Grid create blade (#3233)

* update blade name

* update name

* Deployment Center for linux web apps (#3112)

* Initial work to support linux vsts deployments

* linux deploymentcenterwork

* Framework Versions

* cahnges

* linuxwork

* squash

* fixing PR comments

* PR comments

* Add Semicolons

* fixed failing tests

* portal resources

* fix rxjs direct import

* PR Comments

* PR COmments

* Downgrade to V1 scenario (#3232)

* remove worker runtime on downgrade, ignore worker runtime if v1

* add success check for app settings update

* throw error

* Add ability to sync with VSTS build dashboard (#3229)

* Add ability to sync with VSTS build dashboard

* codacy

* SQUASH

* Extension styling (#3222)

* installation styling

* Resource update

* switch h4s to divs

* Break-word in error boxes (#3235)

*  Fix typo in resource key functionNew_functionExists (#3228)

* Fix resource key

* Update autogenerated portal-resources.ts

* Fix style of side bar flyout to be consistant with fluent design (#3236)

* Fix style of side bar flyout to be consistant with fluent design

* small typo fix

* squash

* Update single container and multicontainer samples (#3238)

* Update single container and multicontainer samples

* add a note indicating api usage in the future.

* address PR Comments

* Introducing PremiumElastic SKU

* Move deployment center to use table with proper sorting/grouping (#3241)

* Move deployment center to use table with proper sorting/grouping

* PR Comment

* remove commented table

* multiline sidebar

* Deployment Cetner GA Accessability work items (#3239)

* Add rols to copy-pre buttons

* Keyboard navigation for FTP

* use correct labeling in form elements for deployment center

* add error message bindning

* add alt text to images

* Revert "add alt text to images"

This reverts commit f151d39.

* alt text for card images

* Alt text for FTP image

* New FTP color for accessability

* roles and aria for card selection controls

* Keyboard navigation for source and build step cards

* Add keyboard bindings for copy-pre

* remove preview from vsts for now

* fixing function call

* squash

* div -> label

* Add radio control for masking/displaying app setting and connection string values

* Move extension install logic to base component (#3245)

* move extension install logic to base component

* pr updates

* remove extra deploymentDetails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants