-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented code to display OMS information on settings page(#1ytrtk0) #37
Conversation
src/views/Settings.vue
Outdated
@@ -17,6 +17,13 @@ | |||
</ion-select> | |||
</ion-item> | |||
|
|||
<!-- OMS information --> | |||
<ion-item> |
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.
It seems there are indentation issues
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.
Fixed indentation issues
src/views/Settings.vue
Outdated
<ion-item> | ||
<ion-icon :icon="codeWorkingOutline" slot="start"/> | ||
<ion-label>{{ $t("OMS") }}</ion-label> | ||
<ion-note slot="end">{{instanceUrl}}</ion-note> |
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.
Fix spacing
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.
Fixed spacing
Related Issues
Closes #
Short Description and Why It's Useful
Screenshots of Visual Changes before/after (If There Are Any)
IMPORTANT NOTICE - Remember to update
CHANGELOG.md
with description of your changeContribution and Currently Important Rules Acceptance