-
Notifications
You must be signed in to change notification settings - Fork 99
Conversation
3fdf35b
to
8edc732
Compare
<div class="gv-page-info-banner" ng-hide="!$ctrl.page.content"> | ||
<ng-md-icon icon="info" class="gv-info"></ng-md-icon> | ||
Selecting a template will override the current documentation. | ||
</div> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we make it ui-components ?
And you can use gv-icon instead of ng-md-icon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue created here : gravitee-io/gravitee-ui-components#288
@@ -18,7 +18,8 @@ | |||
<div> | |||
<div class="gv-page-draft-banner" ng-if="!$ctrl.page.published"> | |||
<ng-md-icon icon="warning" class="gv-warning"></ng-md-icon> | |||
This page is not published yet and will not be visible to other users | |||
{{$ctrl.isMarkdownTemplate() ? 'This page is not available for users yet' : | |||
'This page is not published yet and will not be visible to other users' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it's not better to move this in the controller to facilitate the merges
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i agree
} | ||
|
||
/* | ||
* Analytics | ||
*/ | ||
analytics(request) { | ||
var url = this.environmentURL + '/analytics?'; | ||
var url = this.Constants.env.baseURL + '/analytics?'; | ||
var keys = Object.keys(request); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could update the var with const or let
horizontal issue is here : gravitee-io/issues#5119 |
6e55f52
to
cd72536
Compare
cd72536
to
013310d
Compare
Fixes gravitee-io/issues#4465