WebSockets: rename all occurrences of 'disk path' to 'filesystem path'
This commit is contained in:
parent
fef1ed81ed
commit
17cbd65603
@ -84,7 +84,7 @@ ServerResources::scan ()
|
||||
SurfaceManifestVector builtin = read_manifests (builtin_dir_str);
|
||||
|
||||
ss << "[{"
|
||||
<< "\"diskPath\":\"" << builtin_dir_str << "\""
|
||||
<< "\"filesystemPath\":\"" << builtin_dir_str << "\""
|
||||
<< ",\"path\":\"" << builtin_dir_name << "\""
|
||||
<< ",\"surfaces\":"
|
||||
<< "[";
|
||||
@ -100,7 +100,7 @@ ServerResources::scan ()
|
||||
SurfaceManifestVector user = read_manifests (user_dir_str);
|
||||
|
||||
ss << "]},{"
|
||||
<< "\"diskPath\":\"" << user_dir_str << "\""
|
||||
<< "\"filesystemPath\":\"" << user_dir_str << "\""
|
||||
<< ",\"path\":\"" << user_dir_name << "\""
|
||||
<< ",\"surfaces\":"
|
||||
<< "[";
|
||||
|
@ -85,7 +85,7 @@ h2 {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.disk-path {
|
||||
.filesystem-path {
|
||||
font-family: Monaco, monospace;
|
||||
font-size: 0.9em;
|
||||
color: #444;
|
||||
|
@ -39,7 +39,7 @@ import { Ardour } from '/shared/ardour.js';
|
||||
li.innerHTML = `<li>
|
||||
<span>Filesystem location:</span>
|
||||
 
|
||||
<span class="disk-path">${group.diskPath}</span>
|
||||
<span class="filesystem-path">${group.filesystemPath}</span>
|
||||
</li>`;
|
||||
ul.appendChild(li);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user