Skip to content

Commit

Permalink
ui updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arietimmerman committed Dec 2, 2023
1 parent 695a109 commit d981b57
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 4 deletions.
56 changes: 56 additions & 0 deletions my.idaas.nl/src/assets/limosa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions my.idaas.nl/src/components/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="account-container" v-if="loaded">

<div class="logo">
<a href="/"><img src="../assets/bulb.svg" /></a>
<a href="/"><img src="../assets/limosa.svg" /></a>
</div>

<div class="modal special-modal" tabindex="-1" role="dialog">
Expand Down Expand Up @@ -206,7 +206,7 @@ export default {
// $theme-colors: (primary: $blue, secondary: $gray-600, success: $green, info: $cyan, warning: $yellow, danger: $red, light: $gray-100, dark: $gray-800);
$theme-colors: (
"primary": #3eaf7c
"primary": #bf3f2c
);
@import "bootstrap/scss/bootstrap";
Expand Down
4 changes: 2 additions & 2 deletions my.idaas.nl/src/components/account/Tenants.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<tbody>

<tr v-for="(tenant,index) in tenants" :key="index">
<td>{{ tenant.subdomain }}<em>.idaas.nl</em><span v-if="tenant.isNew" class="badge badge-pill badge-warning ml-3">new</span>
<td>{{ tenant.subdomain }}<em>.limosa.io</em><span v-if="tenant.isNew" class="badge badge-pill badge-warning ml-3">new</span>
</td>
<td style="width:100px;">
<a :href="tenant.main_url" target="_blank" class="card-link">Manage</a>
Expand All @@ -58,7 +58,7 @@

<div class="alert alert-primary" role="alert">
<h2>Thanks for joining</h2>
<p>Before you can create your own idaas.nl environment, your account needs approval. </p>
<p>Before you can create your own limosa.io environment, your account needs approval. </p>
<p>We'll inform you when this is done.</p>
</div>
</template>
Expand Down

0 comments on commit d981b57

Please sign in to comment.