Rename runners to workers
This commit is contained in:
parent
78f945647c
commit
6f4793bcf2
20 changed files with 233 additions and 237 deletions
|
|
@ -62,17 +62,17 @@ impl RunLink {
|
|||
#[template(
|
||||
ext = "html",
|
||||
source = "\
|
||||
<a href=\"{{ root }}runner/{{ name }}\">
|
||||
<a href=\"{{ root }}worker/{{ name }}\">
|
||||
{{ name }}
|
||||
</a>
|
||||
"
|
||||
)]
|
||||
pub struct RunnerLink {
|
||||
pub struct WorkerLink {
|
||||
root: String,
|
||||
name: String,
|
||||
}
|
||||
|
||||
impl RunnerLink {
|
||||
impl WorkerLink {
|
||||
pub fn new(base: &Base, name: String) -> Self {
|
||||
Self {
|
||||
root: base.root.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue