Update ui to use bootstrap ui in more places
This commit is contained in:
@@ -353,6 +353,10 @@ class RippingCluster_Job {
|
||||
public function destinationFilename() {
|
||||
return $this->destination_filename;
|
||||
}
|
||||
|
||||
public function destinationFileBasename() {
|
||||
return basename($this->destination_filename);
|
||||
}
|
||||
|
||||
public function title() {
|
||||
return $this->title;
|
||||
|
||||
Reference in New Issue
Block a user