Browse Source

DEC-17168 更换redis插件的图片

master
alan 3 years ago
parent
commit
85b03e625d
  1. 2
      src/main/resources/com/fr/plugin/db/redis/web/redis.js
  2. 2
      src/web/src/index.ts

2
src/main/resources/com/fr/plugin/db/redis/web/redis.js

File diff suppressed because one or more lines are too long

2
src/web/src/index.ts

@ -8,7 +8,7 @@ BI.DOM.ready(() => {
provider.registerDatabaseType({
text: 'Redis',
databaseType: 'Redis',
iconUrl: 'com/fr/plugin/db/redis/images/redis.png',
iconUrl: 'com/fr/plugin/db/redis/images/redis.jpg',
edit: RedisEdit.xtype,
show: RedisShow.xtype,
});

Loading…
Cancel
Save