Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ui/public/ablestack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/public/assets/ablestack-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/public/assets/bg-what-is-ablestack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions ui/public/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"apiBase": "/client/api",
"docBase": "http://docs.cloudstack.apache.org/en/latest",
"appTitle": "CloudStack",
"appTitle": "ABLESTACK",
"footer": "Licensed under the <a href='http://www.apache.org/licenses/' target='_blank'>Apache License</a>, Version 2.0.",
"logo": "assets/logo.svg",
"banner": "assets/banner.svg",
"logo": "assets/ablestack-logo.png",
"banner": "assets/ablestack-logo.png",
"error": {
"404": "assets/404.png",
"403": "assets/403.png",
Expand Down Expand Up @@ -32,10 +32,10 @@
"@border-color-base": "#d9d9d9",
"@border-radius-base": "4px",
"@box-shadow-base": "0 2px 8px rgba(0, 0, 0, 0.15)",
"@logo-width": "256px",
"@logo-height": "64px",
"@banner-width": "700px",
"@banner-height": "110px",
"@logo-width": "291px",
"@logo-height": "43px",
"@banner-width": "600px",
"@banner-height": "80px",
"@error-width": "256px",
"@error-height": "256px"
},
Expand Down
6 changes: 3 additions & 3 deletions ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>cloud.ico">
<title>Apache CloudStack</title>
<link rel="icon" href="<%= BASE_URL %>ablestack.png">
<title>ABLESTACK</title>
<style>
.loader {
border: 16px solid #F3F3F3;
Expand All @@ -48,7 +48,7 @@
</head>
<body>
<noscript>
<strong>We're sorry but CloudStack UI needs JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but ABLESTACK UI needs JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app">
<div class="loader"></div>
Expand Down
66 changes: 33 additions & 33 deletions ui/public/locales/en.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions ui/public/locales/ko_KR.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ui/src/style/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
// specific language governing permissions and limitations
// under the License.

@logo-width: 256px;
@logo-height: 64px;
@banner-width: 450px;
@banner-height: 110px;
@logo-width: 291px;
@logo-height: 43px;
@banner-width: 600px;
@banner-height: 80px;
@error-width: 256px;
@error-height: 256px;

Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/dashboard/OnboardingDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="title">{{ $t('label.what.is.cloudstack') }}</div>
<div class="subtitle">{{ $t('label.introduction.to.cloudstack') }}</div>
<p>{{ $t('message.installwizard.copy.whatiscloudstack') }}</p>
<img class="center" src="assets/bg-what-is-cloudstack.png">
<img class="center" src="assets/bg-what-is-ablestack.png">
<a-button @click="() => { this.step = 1 }" type="primary">
{{ $t('label.continue.install') }}
<a-icon type="double-right"/>
Expand Down