mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 15:57:44 +00:00
Login screen update (#5692)
* (refactor): loader glitch * (refactor): Code improvement * (refactor): login screenshots updated
This commit is contained in:
parent
bf325d6885
commit
f704114b91
BIN
openmetadata-ui/src/main/resources/ui/src/assets/img/lineage.png
Normal file
BIN
openmetadata-ui/src/main/resources/ui/src/assets/img/lineage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 262 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 193 KiB |
@ -11,10 +11,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import screenShot2 from '../assets/img/ss-explore.png';
|
import lineage from '../assets/img/lineage.png';
|
||||||
import screenShot1 from '../assets/img/ss-landing.png';
|
import screenShot2 from '../assets/img/screenShot1.png';
|
||||||
import screenShot3 from '../assets/img/ss-table-details.png';
|
import screenShot1 from '../assets/img/screenShot2.png';
|
||||||
import screenShot4 from '../assets/img/ss-users.png';
|
import screenShot3 from '../assets/img/screenShot3.png';
|
||||||
|
import screenShot4 from '../assets/img/screenShot4.png';
|
||||||
|
|
||||||
export const LOGIN_SLIDE = [
|
export const LOGIN_SLIDE = [
|
||||||
{
|
{
|
||||||
@ -36,6 +37,11 @@ export const LOGIN_SLIDE = [
|
|||||||
description:
|
description:
|
||||||
'Fosters Collaboration among the Producers and Consumers of Data',
|
'Fosters Collaboration among the Producers and Consumers of Data',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
image: lineage,
|
||||||
|
description:
|
||||||
|
'Supports column level lineage from pipelines, DBT, query analysis, and so on.',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const LOGIN_SLIDER_SETTINGS = {
|
export const LOGIN_SLIDER_SETTINGS = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user