CC-3250: UI design for mount monitor for media monitor
( Manage Media Folder and Playlist Builder screen) - adding tooltip and fixed a minor bug
This commit is contained in:
parent
1f5f5057bf
commit
0ec58f0bc3
5 changed files with 27 additions and 7 deletions
|
@ -764,7 +764,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
$pl.find(".ui-icon-alert").qtip({
|
||||
content: {
|
||||
text: "File does not exist on disk..."
|
||||
text: "Airtime is unsure about the status of this file. This can happen when the file is on a remote drive that is unaccessible or the file is in a directory that isn't \"watched\" anymore."
|
||||
},
|
||||
position:{
|
||||
adjust: {
|
||||
|
|
|
@ -98,5 +98,23 @@ function setWatchedDirEvents() {
|
|||
$(document).ready(function() {
|
||||
|
||||
setWatchedDirEvents();
|
||||
|
||||
$(".ui-icon-alert").qtip({
|
||||
content: {
|
||||
text: "This path is currently not accessible."
|
||||
},
|
||||
position:{
|
||||
adjust: {
|
||||
resize: true,
|
||||
method: "flip flip"
|
||||
},
|
||||
at: "right center",
|
||||
my: "left top",
|
||||
viewport: $(window)
|
||||
},
|
||||
style: {
|
||||
classes: "ui-tooltip-dark"
|
||||
},
|
||||
show: 'mouseover',
|
||||
hide: 'mouseout'
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue