You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/api.html
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,22 @@
1
1
{% extends "default.html" %}
2
2
3
3
{% block "contents" %}
4
-
<h1id="balenacloud-api-resources">balenaCloud API Resources</h1>
4
+
<h1id="balenacloud-api-resources">balenaCloud API Resources - {{$resource.name}}</h1>
5
5
6
-
<p><strong>Note:</strong> We recently renamed <strong>applications</strong> to <strong>fleets</strong> and are in the process of updating our API resources. Application resources continue to function correctly and can be used to work with fleets. <ahref="https://www.balena.io/blog/the-road-to-multi-app-transitioning-balenacloud-applications-to-fleets/">Find out more about the changes here</a>.</p>
6
+
{% if $resource.id === "fleet"
7
+
or $resource.id === "fleet_membership_role"
8
+
or $resource.id === "fleet_tag"
9
+
or $resource.id === "fleet_config_variable"
10
+
or $resource.id === "fleet_environment_variable"
11
+
or $resource.id === "service"
12
+
or $resource.id === "team_fleet_access"
13
+
%}
14
+
<p>
15
+
<strong>Note:</strong> we renamed <strong>applications</strong> to <strong>fleets</strong>
16
+
and are in the process of updating our API resources. References to 'application' in fields
0 commit comments