This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 5b018e2 Some best-practices updates to the kickstart script (#3691)
add 6c1e5fe TP: adds a better view for comparing/managing params of 2
profiles (#3919)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
docs/source/admin/quick_howto/index.rst | 1 +
.../admin/quick_howto/profile_compare_mgmt.rst | 46 +++++
.../profile_compare_mgmt/compare_profiles_menu.png | Bin 0 -> 20415 bytes
.../compare_profiles_table.png | Bin 0 -> 46203 bytes
.../select_profiles_dialog.png | Bin 0 -> 17053 bytes
.../profileparameter/postprofileparameter.go | 2 +-
traffic_portal/app/src/app.js | 1 +
.../app/src/common/api/ProfileParameterService.js | 5 +-
.../modules/dialog/compare/dialog.compare.tpl.html | 6 +-
.../app/src/common/modules/table/_table.scss | 7 +
.../TableCacheGroupParametersController.js | 3 +-
.../TableCacheGroupParamsUnassignedController.js | 3 +-
.../table.cacheGroupParameters.tpl.html | 2 +-
.../table.cacheGroupParamsUnassigned.tpl.html | 2 +-
.../table/parameters/TableParametersController.js | 5 +-
.../table/parameters/table.parameters.tpl.html | 2 +-
.../TableProfileParametersController.js | 10 +-
.../TableProfileParamsUnassignedController.js | 3 +-
.../table.profileParameters.tpl.html | 2 +-
.../table.profileParamsUnassigned.tpl.html | 2 +-
.../table/profiles/TableProfilesController.js | 3 +-
.../modules/table/profiles/table.profiles.tpl.html | 4 +-
.../TableProfilesParamsCompareController.js | 214 +++++++++++++++++++++
.../text => table/profilesParamsCompare}/index.js | 5 +-
.../table.profilesParamsCompare.tpl.html} | 27 +--
.../src/modules/private/profiles/compare/index.js | 18 +-
traffic_portal/app/src/styles/main.scss | 7 +
.../test/end_to_end/profiles/pageData.js | 6 +
.../test/end_to_end/profiles/profiles-spec.js | 12 ++
30 files changed, 348 insertions(+), 51 deletions(-)
create mode 100644 docs/source/admin/quick_howto/profile_compare_mgmt.rst
create mode 100644
docs/source/admin/quick_howto/profile_compare_mgmt/compare_profiles_menu.png
create mode 100644
docs/source/admin/quick_howto/profile_compare_mgmt/compare_profiles_table.png
create mode 100644
docs/source/admin/quick_howto/profile_compare_mgmt/select_profiles_dialog.png
create mode 100644
traffic_portal/app/src/common/modules/table/profilesParamsCompare/TableProfilesParamsCompareController.js
copy traffic_portal/app/src/common/modules/{dialog/text =>
table/profilesParamsCompare}/index.js (81%)
copy
traffic_portal/app/src/common/modules/table/{profileParameters/table.profileParameters.tpl.html
=> profilesParamsCompare/table.profilesParamsCompare.tpl.html} (50%)