You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/12 03:56:42 UTC

[GitHub] [apisix] wulinghui opened a new issue, #8077: help request: 我想再管理页面展示我自定义的插件应该怎么做?

wulinghui opened a new issue, #8077:
URL: https://github.com/apache/apisix/issues/8077

   ### Description
   
   我写了一个插件。功能都ok啦。我想要再
   `http://xxxx:9000/plugin/market` 的页面上展示我自定义的页面改怎么添加数据?  
   同时我看接口返回里面没有对应的icon图标,这是用过name对应的吗?
   
   
   ![image](https://user-images.githubusercontent.com/36905201/195246351-eb34f257-5cbc-4da2-a4ce-355acf2f423b.png)
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8077: help request: 我想再管理页面展示我自定义的插件应该怎么做?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1275696238

   @wulinghui  Hi, you can see https://apisix.apache.org/zh/docs/dashboard/FAQ/ ,rule 4 may help you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8077: help request: 我想再管理页面展示我自定义的插件应该怎么做?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1276933626

   > 感谢您的回复,我看并操作。 但是在第3步 查看 [(https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory)](https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory) 报404,我看该项目其他的资料也没有找到有用的信息。 能告诉我最新的文档地址吗?
   
   you can get the file deleted from this link https://github.com/apache/apisix-dashboard/pull/2183/files#diff-c860e93522cea33f5403823259559216006356caf830a8abe88e2f9b9a42193f


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] wulinghui commented on issue #8077: help request: 我想再管理页面展示我自定义的插件应该怎么做?

Posted by GitBox <gi...@apache.org>.
wulinghui commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1276902950

   感谢您的回复,我看并操作。 
   但是在第3步 查看  [资料](https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory)
   报404,我看该项目其他的资料也没有找到有用的信息。 
   能告诉我最新的文档地址吗?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8077: help request: 我想再管理页面展示我自定义的插件应该怎么做?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1276936589

   > 感谢您的回复,我看并操作。 但是在第3步 查看 [(https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory)](https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory) 报404,我看该项目其他的资料也没有找到有用的信息。 能告诉我最新的文档地址吗?
   
   In order to solve your problem, you can log in to your docker and go to the "/usr/local/apisix-dashboard" directory,  which is your working directory.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8077: help request: I want to display my custom plugin on the dashboard. What should I do?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1277018910

   > ![image](https://user-images.githubusercontent.com/36905201/195492893-95f89ac8-6e5c-4da1-8258-27285aa44151.png) 谢谢您的回复,我看到并且解决啦。 但是新的问题是里面的icon图标如何自定义呢?
   
   you can 
   reference  https://github.com/apache/apisix-dashboard/blob/master/web/src/components/Plugin/data.tsx#L21


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] wulinghui commented on issue #8077: help request: I want to display my custom plugin on the dashboard. What should I do?

Posted by GitBox <gi...@apache.org>.
wulinghui commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1277082897

   ok,谢谢您的回复。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] wulinghui closed issue #8077: help request: I want to display my custom plugin on the dashboard. What should I do?

Posted by GitBox <gi...@apache.org>.
wulinghui closed issue #8077: help request: I want to display my custom plugin on the dashboard. What should I do?
URL: https://github.com/apache/apisix/issues/8077


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8077: help request: 我想再管理页面展示我自定义的插件应该怎么做?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1276921587

   > 感谢您的回复,我看并操作。 但是在第3步 查看 [(https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory)](https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory) 报404,我看该项目其他的资料也没有找到有用的信息。 能告诉我最新的文档地址吗?
   
   Wait a minute, i'll get back to you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] wulinghui commented on issue #8077: help request: I want to display my custom plugin on the dashboard. What should I do?

Posted by GitBox <gi...@apache.org>.
wulinghui commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1276981331

   ![image](https://user-images.githubusercontent.com/36905201/195492893-95f89ac8-6e5c-4da1-8258-27285aa44151.png)
   谢谢您的回复,我看到并且解决啦。
   但是新的问题是里面的icon图标如何自定义呢?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Hazel6869 commented on issue #8077: help request: I want to display my custom plugin on the dashboard. What should I do?

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #8077:
URL: https://github.com/apache/apisix/issues/8077#issuecomment-1276956194

   > 感谢您的回复,我看并操作。 但是在第3步 查看 [(https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory)](https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory) 报404,我看该项目其他的资料也没有找到有用的信息。 能告诉我最新的文档地址吗?
   
   I will fix the link.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org