mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
updated code highlight
This commit is contained in:
@@ -62,6 +62,9 @@
|
||||
<template v-else-if="ex.file_name.match(/^node/)">
|
||||
<font-awesome-icon :icon="['fab','node-js']"/>
|
||||
</template>
|
||||
<template v-else-if="ex.file_name.match(/^php/)">
|
||||
<font-awesome-icon :icon="['fab','php']"/>
|
||||
</template>
|
||||
<template v-else>
|
||||
<font-awesome-icon :icon="['fas', 'terminal']"/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user