functions-ui
functions-ui copied to clipboard
User interface for IronFunctions - http://github.com/iron-io/functions
  ```yml version: '3' services: api: image: iron/functions volumes: - api_data:/app/data - /var/run/docker.sock:/var/run/docker.sock ports: - 8080:8080 ui: image: iron/functions-ui environment: API_URL: http://api:8080 ports: - 4000:4000 volumes: api_data: ```
In a given function, when trying to delete the configurations, when returning to the editing page, the deleted config is back. Adding new configs works fine. I'm using the latest...
Is it necessary to add kubernetes deployment files to this repository? I wrote them here: https://github.com/kswapd/iron-ui-kubernetes.git Thanks.
maybe: Home -> Welcome to Titan! or -> Groups List 'foo' Group Show -> foo Job List 
Using this generator https://github.com/jonathantneal/postcss-font-magician to add fonts from `./public/fonts/`  but it seems like ti generates URLs to remote Google host anyway.  - If can't resolve it i can...