Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
63e2337f
Commit
63e2337f
authored
Nov 01, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(alerting): change placeholder to info-popover
parent
95117a0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
public/app/features/alerting/partials/notification_edit.html
+8
-4
No files found.
public/app/features/alerting/partials/notification_edit.html
View file @
63e2337f
...
...
@@ -59,16 +59,20 @@
<div
class=
"gf-form-group"
ng-if=
"ctrl.model.type === 'slack'"
>
<h3
class=
"page-heading"
>
Slack settings
</h3>
<div
class=
"gf-form"
>
<div
class=
"gf-form
max-width-30
"
>
<span
class=
"gf-form-label width-6"
>
Url
</span>
<input
type=
"text"
required
class=
"gf-form-input max-width-30"
ng-model=
"ctrl.model.settings.url"
placeholder=
"Slack incoming webhook url"
></input>
</div>
<div
class=
"gf-form"
>
<div
class=
"gf-form
max-width-30
"
>
<span
class=
"gf-form-label width-6"
>
Recipient
</span>
<input
type=
"text"
class=
"gf-form-input max-width-30"
<input
type=
"text"
class=
"gf-form-input max-width-30"
ng-model=
"ctrl.model.settings.recipient"
placeholder=
"Override default channel or user, use #channel-name or @username
"
>
data-placement=
"right
"
>
</input>
<info-popover
mode=
"right-absolute"
>
Override default channel or user, use #channel-name or
<
@username
><
/@username
>
</info-popover>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment