Skip to content

Commit a70a494

Browse files
authored
Update how-to-deploy-osdu-admin-ui.md
Fix indentation error
1 parent a6e3d05 commit a70a494

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/energy-data-services/how-to-deploy-osdu-admin-ui.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ Replace the values according to the explanation.
284284
}
285285
```
286286
287-
> [!NOTE]
288-
> [OSDU Connector API](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/connector-api-totalenergies) is built as an interface between consumers and OSDU APIs wrapping some API chain calls and objects. Currently, it manages all operations and actions on project and scenario objects.
289-
287+
> [!NOTE]
288+
> [OSDU Connector API](https://community.opengroup.org/osdu/ui/admin-ui-group/admin-ui-totalenergies/connector-api-totalenergies) is built as an interface between consumers and OSDU APIs wrapping some API chain calls and objects. Currently, it manages all operations and actions on project and scenario objects.
289+
290290
1. Build the web UI.
291291
```bash
292292
ng build
@@ -300,7 +300,7 @@ Replace the values according to the explanation.
300300
--destination '$web' \
301301
--overwrite
302302
```
303-
303+
304304
1. Fetch the website URL.
305305
```bash
306306
echo $REDIRECT_URI

0 commit comments

Comments
 (0)