Skip to content

Commit

Permalink
adding more UI details and svg images
Browse files Browse the repository at this point in the history
  • Loading branch information
DumpySquare committed Mar 14, 2020
1 parent 05dccc0 commit b1f9cb3
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This extension is intented to help interface with the FAST servoce to manage tem
## Index

* [Project Ideas](./project_details.md)
* [Extension Interface](./extensionInterface.md)
* [Detailed work flow ideas](./workflows.md)
* [Research](./research.md)

Expand Down
29 changes: 29 additions & 0 deletions extensionInterface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@


Ansible extension - example of how to execute tasks on a remote system

https://marketplace.visualstudio.com/items?itemName=vscoss.vscode-ansible
https://github.com/VSChina/vscode-ansible/blob/master/package.json


docker example of connecting to F5s

https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker


VS Code User interface

https://code.visualstudio.com/docs/getstarted/userinterface#_basic-layout

Workbench UI

https://code.visualstudio.com/api/extension-capabilities/extending-workbench


Tree View - how to add resources to the left (explorer area) like docker/asible/remoteSSH

https://code.visualstudio.com/api/extension-guides/tree-view


icons - (https://github.com/microsoft/vscode-icons)

21 changes: 21 additions & 0 deletions images/f5_24x24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions images/f5_white_24x24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions project_ideas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Project details

Name: f5-Fast
Desc:

0 comments on commit b1f9cb3

Please sign in to comment.