feat: rename farmer to resource provider across codebase and update terminology
This commit is contained in:
@@ -31,7 +31,7 @@ class DemoWorkflow {
|
||||
action: () => this.demoAppDeployment()
|
||||
},
|
||||
{
|
||||
title: "Farmer: Node Management",
|
||||
title: "ResourceProvider: Node Management",
|
||||
description: "Manage your farming nodes and monitor capacity.",
|
||||
action: () => this.demoNodeManagement()
|
||||
},
|
||||
@@ -265,7 +265,7 @@ class DemoWorkflow {
|
||||
}
|
||||
|
||||
demoNodeManagement() {
|
||||
showNotification('Demo: Simulating farmer node management...', 'info');
|
||||
showNotification('Demo: Simulating resource_provider node management...', 'info');
|
||||
|
||||
setTimeout(() => {
|
||||
// Simulate node status change
|
||||
|
Reference in New Issue
Block a user