refactor: rename DTree to DValue
This commit is contained in:
@@ -28,13 +28,13 @@ COMPONENT:PROBE(Request& context)
|
||||
|
||||
RENDER(Request& context)
|
||||
{
|
||||
DTree first;
|
||||
DValue first;
|
||||
first["label"] = "First component call";
|
||||
|
||||
DTree second;
|
||||
DValue second;
|
||||
second["label"] = "Second component call in the same request";
|
||||
|
||||
DTree third;
|
||||
DValue third;
|
||||
third["label"] = "Third component call through unit_call(\"COMPONENT:PROBE\")";
|
||||
|
||||
<><html>
|
||||
|
||||
Reference in New Issue
Block a user