Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Commits
54e798b7
Commit
54e798b7
authored
2 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[wip] Update settings (peer field layout)
parent
8d8c0150
No related branches found
No related tags found
1 merge request
!647
[enh] If node unreachable, select a random UP fallback peer
Pipeline
#18840
skipped
Stage: alt_build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/templates/settings/settings.html
+15
-15
15 additions, 15 deletions
www/templates/settings/settings.html
with
15 additions
and
15 deletions
www/templates/settings/settings.html
+
15
−
15
View file @
54e798b7
...
@@ -240,21 +240,21 @@
...
@@ -240,21 +240,21 @@
<div
class=
"badge badge-balanced"
ng-if=
"!formData.node.temporary"
>
{{bma.server}}
</div>
<div
class=
"badge badge-balanced"
ng-if=
"!formData.node.temporary"
>
{{bma.server}}
</div>
<i
class=
"icon ion-ios-arrow-right"
ng-if=
"formData.expertMode"
></i>
<i
class=
"icon ion-ios-arrow-right"
ng-if=
"formData.expertMode"
></i>
</div>
</div>
<ion-item
class=
"ink item-icon-right visible-xs visible-sm"
ng-click=
"changeNode()"
>
<!--
<ion-item class="ink item-icon-right visible-xs visible-sm" ng-click="changeNode()">
-->
<div
class=
"input-label hidden-xs"
translate
>
SETTINGS.PEER
</div>
<!--
<div class="input-label hidden-xs" translate>SETTINGS.PEER</div>
-->
<div
class=
"input-label visible-xs"
translate
>
SETTINGS.PEER_SHORT
</div>
<!--
<div class="input-label visible-xs" translate>SETTINGS.PEER_SHORT</div>
-->
<!--
node temporary changed -->
<!--
<!–
node temporary changed
–>
-->
<ng-if
ng-if=
"formData.node.temporary"
>
<!--
<ng-if ng-if="formData.node.temporary">
-->
<h4
class=
"gray text-wrap assertive"
>
<!--
<h4 class="gray text-wrap assertive" >
-->
<span
class=
"ion-alert-circled"
></span>
<!--
<span class="ion-alert-circled"></span>
-->
<span
ng-bind-html=
"'SETTINGS.PEER_CHANGED_TEMPORARY' | translate "
></span>
<!--
<span ng-bind-html="'SETTINGS.PEER_CHANGED_TEMPORARY' | translate "></span>
-->
</h4>
<!--
</h4>
-->
<div
class=
"badge badge-assertive"
>
{{bma.server}}
</div>
<!--
<div class="badge badge-assertive">{{bma.server}}</div>
-->
</ng-if>
<!--
</ng-if>
-->
<div
class=
"badge badge-balanced"
ng-if=
"!formData.node.temporary"
>
{{bma.server}}
</div>
<!--
<div class="badge badge-balanced" ng-if="!formData.node.temporary">{{bma.server}}</div>
-->
<i
class=
"icon ion-ios-arrow-right"
ng-if=
"formData.expertMode"
></i>
<!--
<i class="icon ion-ios-arrow-right" ng-if="formData.expertMode"></i>
-->
</ion-item>
<!--
</ion-item>
-->
<!-- Block validity window -->
<!-- Block validity window -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment