smartfog / fogflow

FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
https://fogflow.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 45 forks source link

disable the editing feature of existing service topology or fog function #388

Closed showersky closed 2 years ago

showersky commented 2 years ago

Currently, the orchestration mechanism with the master can only support the creation/removal of a fog function. It does not accept the change of an existing fog function. Therefore, we need to enforce this usage logic from the user interface provided by the FogFlow dashboard.

showersky commented 2 years ago

fixed