fix login client problem. Add website link in info
This commit is contained in:
parent
3a61f4626a
commit
965799cdbb
3 changed files with 6 additions and 9 deletions
|
|
@ -20,6 +20,11 @@ options:
|
||||||
delete: false
|
delete: false
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
|
websiteLink:
|
||||||
|
label: false
|
||||||
|
type: info
|
||||||
|
text: |
|
||||||
|
**[Ouvrir le site.](https://designtopack.morphozbygroupepochet.com/)**
|
||||||
client:
|
client:
|
||||||
type: pages
|
type: pages
|
||||||
multiple: false
|
multiple: false
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$menu = [
|
$menu = [
|
||||||
'website' => [
|
|
||||||
"label" => "Ouvrir le site",
|
|
||||||
"icon" => "open",
|
|
||||||
"link" => "https://designtopack.morphozbygroupepochet.com",
|
|
||||||
'current' => function (string $current): bool {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"-",
|
"-",
|
||||||
'projects' => [
|
'projects' => [
|
||||||
'label' => 'Projets',
|
'label' => 'Projets',
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer v-if="proposals.length === 1" class="p-16">
|
<footer v-if="proposals.length === 1 && !isDialogOpen" class="p-16">
|
||||||
<button
|
<button
|
||||||
disabled
|
disabled
|
||||||
class="btn btn--white w-full"
|
class="btn btn--white w-full"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue