Skip to content

Commit

Permalink
## 🎉 🎉 🎉 🎉 🎉 🎉
Browse files Browse the repository at this point in the history
1. Project name changed to **CoSky**(**C**on**s**ul + S**ky**)!!! 🎉
2. Release 1.0.0 version, production-level verification!!! 🎉
  • Loading branch information
Ahoo-Wang committed May 30, 2021
1 parent 260b6c4 commit 4d743de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('workspace-project App', () => {

it('should display welcome message', async () => {
await page.navigateTo();
expect(await page.getTitleText()).toEqual('govern-dashboard app is running!');
expect(await page.getTitleText()).toEqual('cosky-dashboard app is running!');
});

afterEach(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[(nzCollapsed)]="isCollapsed"
>
<div class="sidebar-logo">
<a href="/~https://github.com/Ahoo-Wang/govern-service" target="_blank">
<a href="/~https://github.com/Ahoo-Wang/cosky" target="_blank">
<h1>{{title}}</h1>
</a>
</div>
Expand Down Expand Up @@ -46,8 +46,8 @@ <h1>{{title}}</h1>
<router-outlet></router-outlet>
</div>
</nz-content>
<nz-footer><a href="/~https://github.com/Ahoo-Wang/govern-service" target="_blank" title="Govern Service">Govern
Service</a> ©2021
<nz-footer>
<a href="/~https://github.com/Ahoo-Wang/cosky" target="_blank" title="CoSky Service">CoSky</a> ©2021
</nz-footer>
</nz-layout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Govern Dashboard</title>
<title>CoSky Dashboard</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="CoSky On Redis (Service Discovery and Configuration Service)">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
Expand Down
Binary file added docs/dashboard-config-import.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d743de

Please sign in to comment.