ict icon indicating copy to clipboard operation
ict copied to clipboard

Results 4 ict issues
Sort by recently updated
recently updated
newest added

Instead, this appears in my browser console (Google Chrome) ``` :2187/getModules:1 Failed to load resource: the server responded with a status of 401 (Unauthorized) :2187/getModules:1 Failed to load resource: the...

bug
feature request
gui

Can we add a button to restart ict from the web GUI?

feature request
api
gui

**To fix:** Divide stats by segment interval: ```js const interval_ms = stats[1]["timestamp"] - stats[0]["timestamp"]; const interval_mins = interval_ms / 60000; for(let i = 0; i < stats.length; i++) { stats[i]['new']...

gui
minor bug

#31 already addressed the stats history submitted by the API growing too large. The issue was fixed with https://github.com/iotaledger/ict/commit/13b237a7593d6718ec9054e72bfa70f912fa9887 which compresses the internally available stats history before submitting through the...

bug
api