File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 4
4
5
5
'label ' => 'Project Files ' ,
6
6
'create ' => 'Add file ' ,
7
- 'edit ' => 'Edit the file ' ,
8
- 'none ' => 'You can add file which will to be write for deploy directory ' ,
7
+ 'edit ' => 'Edit file ' ,
8
+ 'none ' => 'Add files which yout want to write into the deploy directory ' ,
9
9
'name ' => 'Name ' ,
10
10
'path ' => 'Path ' ,
11
11
'content ' => 'Content ' ,
12
12
'warning ' => 'The file could not be saved, please check the form below. ' ,
13
- 'successful ' => 'Successful ' ,
14
- 'failed ' => 'Failed ' ,
15
- 'updatedAt ' => 'Updated At ' ,
16
- 'view ' => ' View file '
13
+ 'view ' => 'View file ' ,
14
+ 'environment ' => 'Laravel Configuration ' ,
15
+ 'pathTip ' => 'Path like \' /app/config/deployer.php \' ' ,
16
+ 'contentTip ' => ' File content may be in ini or json or php array format '
17
17
18
18
];
Original file line number Diff line number Diff line change 16
16
17
17
<div class =" form-group" >
18
18
<label for =" project-file-name" >{{ Lang:: get (' projectFiles.name' ) } } </label >
19
- <input type =" text" class =" form-control" id =" project-file-name" name =" project-file-name" placeholder =" Laravel Storage " />
19
+ <input type =" text" class =" form-control" id =" project-file-name" name =" project-file-name" placeholder =" {{ Lang :: get ( ' projectFiles.environment ' ) } } " />
20
20
</div >
21
21
<div class =" form-group" >
22
22
<label for =" project-file-path" >{{ Lang:: get (' projectFiles.path' ) } } </label >
23
- <input type =" text" class =" form-control" id =" project-file-path" name =" path" placeholder =" Path like '/app/config/deployer.php' " />
23
+ <input type =" text" class =" form-control" id =" project-file-path" name =" path" placeholder =" {{ Lang :: get ( ' projectFiles.pathTip ' ) } } " />
24
24
</div >
25
25
<div class =" form-group" >
26
26
<label for =" project-file-content" >{{ Lang:: get (' projectFiles.content' ) } } </label >
27
- <textarea class =" form-control" id =" project-file-content" name =" content" placeholder =" File content may be ini or json or php array " ></textarea >
27
+ <textarea class =" form-control" id =" project-file-content" name =" content" placeholder =" {{ Lang :: get ( ' projectFiles.contentTip ' ) } } " ></textarea >
28
28
</div >
29
29
</div >
30
30
<div class =" modal-footer" >
Original file line number Diff line number Diff line change 17
17
<tr >
18
18
<th >{{ Lang:: get (' projectFiles.name' ) } } </th >
19
19
<th >{{ Lang:: get (' projectFiles.path' ) } } </th >
20
- <th >{{ Lang:: get (' projectFiles.updatedAt' ) } } </th >
21
20
<th >  ; </th >
22
21
</tr >
23
22
</thead >
31
30
<script type =" text/template" id =" project-files-template" >
32
31
<td ><%- name %></td >
33
32
<td ><%- path %></td >
34
- <td ><%- updated_at %></td >
35
33
<td >
36
34
<div class =" btn-group pull-right" >
37
35
<button type =" button" class =" btn btn-default btn-view" title =" {{ Lang:: get (' projectFiles.view' ) } }" data-toggle =" modal" data-backdrop =" static" data-target =" #view-projectfile" ><i class =" fa fa-eye" ></i ></button >
You can’t perform that action at this time.
0 commit comments