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

asifdxtreme pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git.


    from 2501f98  Merge pull request #391 from asifdxtreme/master
     add 881e41e  Re-Design Service-Center UI and fix multiple bugs
     new 3682de0  Merge pull request #393 from asifdxtreme/master

The 1 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:
 frontend/app/bower.json                            |   5 +-
 frontend/app/favicon.ico                           | Bin 4286 -> 173246 bytes
 frontend/app/images/load.gif                       | Bin 0 -> 9491 bytes
 frontend/app/images/loader.gif                     | Bin 17242 -> 0 bytes
 frontend/app/index.html                            |  20 +-
 frontend/app/scripts/app.js                        |  44 +--
 frontend/app/scripts/directives/tableDirective.js  |  36 ++-
 frontend/app/scripts/languages/locale-cz.js        | 160 ++++++-----
 frontend/app/scripts/languages/locale-en.js        | 159 +++++-----
 .../modules/dashboard/controllers/dashboardCtrl.js | 292 +++++++++----------
 .../scripts/modules/dashboard/views/dashboard.html | 162 +++++++----
 .../modules/instances/controllers/instancesCtrl.js |  86 ++++++
 .../views/instances.html}                          |   2 +-
 .../serviceCenter/controllers/schemaCtrl.js        |   6 +-
 .../serviceCenter/controllers/servicesListCtrl.js  |  46 ++-
 .../modules/serviceCenter/views/schema.html        |   9 +-
 .../modules/serviceCenter/views/servicesList.html  |   2 +-
 .../modules/serviceCenter/views/testSchema.html    |  99 ++++---
 .../modules/topology/controllers/topologyCtrl.js   | 170 +++++++++++
 .../scripts/modules/topology/views/topology.html   |  33 +++
 frontend/app/scripts/scRouterConfig.js             | 236 +++++++--------
 frontend/app/scripts/services/commonService.js     |  94 +++---
 frontend/app/scripts/views/index.html              |  69 ++---
 frontend/app/scripts/views/tableData.html          |  13 +-
 frontend/app/styles/main.css                       | 319 ++++++++-------------
 scripts/release/licenses/LICENSE-angular-chart.js  |  27 --
 ...ENSE-chart.js => LICENSE-css-percentage-circle} |   6 +-
 .../licenses/{LICENSE-angular => LICENSE-vis}      |   4 +-
 28 files changed, 1215 insertions(+), 884 deletions(-)
 create mode 100644 frontend/app/images/load.gif
 delete mode 100644 frontend/app/images/loader.gif
 create mode 100644 
frontend/app/scripts/modules/instances/controllers/instancesCtrl.js
 copy frontend/app/scripts/modules/{serviceCenter/views/servicesList.html => 
instances/views/instances.html} (78%)
 create mode 100644 
frontend/app/scripts/modules/topology/controllers/topologyCtrl.js
 create mode 100644 frontend/app/scripts/modules/topology/views/topology.html
 delete mode 100644 scripts/release/licenses/LICENSE-angular-chart.js
 rename scripts/release/licenses/{LICENSE-chart.js => 
LICENSE-css-percentage-circle} (93%)
 copy scripts/release/licenses/{LICENSE-angular => LICENSE-vis} (95%)

Reply via email to