This is an automated email from the ASF dual-hosted git repository.

sarath pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from f0c117f  ATLAS-3453: UI: show shell icon in entity detail page if 
status is incomplete
     new 4ba0a33  ATLAS:3456 : Allows user to add label in entity detail page.
     new 8f056d9  ATLAS-3455 :UI: Change shell icon and add shell icon in 
search table

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dashboardv2/public/css/scss/common.scss            |  13 ++-
 dashboardv2/public/css/scss/graph.scss             |  27 -----
 dashboardv2/public/css/scss/panel.scss             |  16 +--
 dashboardv2/public/css/scss/table.scss             |  75 +++++++++++++
 dashboardv2/public/css/scss/theme.scss             |  80 +++++++++++---
 dashboardv2/public/js/models/VEntity.js            |  10 +-
 .../detail_page/DetailPageLayoutView_tmpl.html     |   1 +
 .../entity/EntityLabelDefineView_tmpl.html         |  97 +++++++++++++++++
 .../js/templates/graph/LineageLayoutView_tmpl.html |   2 +-
 .../templates/search/AdvancedSearchInfo_tmpl.html  |   2 +-
 .../public/js/templates/site/Statistics_tmpl.html  |  10 +-
 dashboardv2/public/js/utils/UrlLinks.js            |   5 +-
 .../js/views/detail_page/DetailPageLayoutView.js   |  12 ++-
 .../js/views/entity/EntityDetailTableLayoutView.js |   2 +-
 .../js/views/entity/EntityLabelDefineView.js       | 120 +++++++++++++++++++++
 .../public/js/views/entity/EntityUserDefineView.js |   2 +-
 .../public/js/views/graph/LineageLayoutView.js     |   5 +-
 .../js/views/search/SearchResultLayoutView.js      |  30 +++++-
 dashboardv3/public/css/scss/common.scss            |  13 ++-
 dashboardv3/public/css/scss/graph.scss             |  27 -----
 dashboardv3/public/css/scss/panel.scss             |  16 +--
 dashboardv3/public/css/scss/theme.scss             |  81 +++++++++++---
 dashboardv3/public/js/models/VEntity.js            |  10 +-
 .../detail_page/DetailPageLayoutView_tmpl.html     |   1 +
 .../entity/EntityLabelDefineView_tmpl.html         |  97 +++++++++++++++++
 .../js/templates/graph/LineageLayoutView_tmpl.html |   2 +-
 .../public/js/templates/site/Statistics_tmpl.html  |  10 +-
 dashboardv3/public/js/utils/UrlLinks.js            |   5 +-
 .../js/views/detail_page/DetailPageLayoutView.js   |  10 +-
 .../js/views/entity/EntityDetailTableLayoutView.js |   2 +-
 .../js/views/entity/EntityLabelDefineView.js       | 120 +++++++++++++++++++++
 .../public/js/views/entity/EntityUserDefineView.js |   2 +-
 .../public/js/views/graph/LineageLayoutView.js     |   5 +-
 .../js/views/search/SearchResultLayoutView.js      |   8 +-
 34 files changed, 783 insertions(+), 135 deletions(-)
 create mode 100644 
dashboardv2/public/js/templates/entity/EntityLabelDefineView_tmpl.html
 create mode 100644 dashboardv2/public/js/views/entity/EntityLabelDefineView.js
 create mode 100644 
dashboardv3/public/js/templates/entity/EntityLabelDefineView_tmpl.html
 create mode 100644 dashboardv3/public/js/views/entity/EntityLabelDefineView.js

Reply via email to