You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there are couple of things we could do for this package. We also want to evaluate the impacts. Here are some reference action items, and please double check:
Remove src/plugins/opensearch_dashboards_legacy/public/paginate completely.
This paginate is only for angular. Specifically, it's defining two AngularJS directives: PaginateDirectiveProvider and PaginateControlsDirectiveProvider. The PaginateDirectiveProvider seems to provide pagination functionality for a list, while PaginateControlsDirectiveProvider provides the UI for controlling the pagination. We don't need them any more and we also should clean paginate from src/plugins/opensearch_dashboards_legacy/public/index.ts.
Clean out src/plugins/opensearch_dashboards_legacy/public/notify
I think there are couple of things we could do for this package. We also want to evaluate the impacts. Here are some reference action items, and please double check:
Remove
src/plugins/opensearch_dashboards_legacy/public/paginate
completely.This
paginate
is only for angular. Specifically, it's defining two AngularJS directives:PaginateDirectiveProvider
andPaginateControlsDirectiveProvider
. The PaginateDirectiveProvider seems to provide pagination functionality for a list, while PaginateControlsDirectiveProvider provides the UI for controlling the pagination. We don't need them any more and we also should clean paginate fromsrc/plugins/opensearch_dashboards_legacy/public/index.ts
.Clean out
src/plugins/opensearch_dashboards_legacy/public/notify
src/plugins/opensearch_dashboards_legacy/public/utils
The text was updated successfully, but these errors were encountered: