functions-ui icon indicating copy to clipboard operation
functions-ui copied to clipboard

User interface for IronFunctions - http://github.com/iron-io/functions

Results 5 functions-ui issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/iron-io/functions-ui/assets/93666053/95013bae-e210-448c-b561-2bf5fff3cac7) ![image](https://github.com/iron-io/functions-ui/assets/93666053/a07b7ef4-d965-417e-99e6-490497ed367d) ```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 ![image](https://cloud.githubusercontent.com/assets/188568/17171147/0df91aaa-53f8-11e6-97ba-30387d70c80f.png)

enhancement

Using this generator https://github.com/jonathantneal/postcss-font-magician to add fonts from `./public/fonts/` ![image](https://cloud.githubusercontent.com/assets/188568/16707178/93a827d2-45ce-11e6-93cc-2348ddb46bf3.png) but it seems like ti generates URLs to remote Google host anyway. ![image](https://cloud.githubusercontent.com/assets/188568/16707185/b9b01a5c-45ce-11e6-9b93-6a1e36c2ad8a.png) - If can't resolve it i can...