mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
refactor(client): move assets folder into app and remove rdash-ui dep (#3883)
* refactor(assets): use rdash css * chore(build): remove rdash dep * refactor(client): move assets folder into app
This commit is contained in:
parent
a0ba531fed
commit
d8d3baf18e
37 changed files with 1865 additions and 1527 deletions
9
app/assets/ico/browserconfig.xml
Normal file
9
app/assets/ico/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="ico/mstile-150x150.png"/>
|
||||
<TileColor>#2d89ef</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
Loading…
Add table
Add a link
Reference in a new issue