diff --git a/Nfsshare.html.ep b/Nfsshare.html.ep
deleted file mode 100644
index 0635265..0000000
--- a/Nfsshare.html.ep
+++ /dev/null
@@ -1,50 +0,0 @@
-% layout 'default', title => "Sme server 2 - NFS data share", share_dir => './';
-% content_for 'module' => begin
-
-
- % if ($config->{debug} == 1) {
-
- %= dumper $c->current_route
-
- % }
-
-
<%=$title%>
-
- % if ( stash('modul') ) {
- %= $c->render_to_string(inline => stash('modul') );
- % }
-
- %if ($nfs_data->{first}) {
-
- %=$c->render_to_string(inline =>$c->l($nfs_data->{first}))
-
-
- %} elsif ($nfs_data->{success}) {
-
-
Operation Status Report
- %= $c->l($nfs_data->{success});
-
-
-
- %} elsif ($nfs_data->{error}) {
-
-
Operation Status Report - error
- %= $c->l($nfs_data->{error});
-
-
- %}
-
- %#Routing to partials according to trt parameter.
-
- % if ($nfs_data->{trt} eq "PARAMS") {
- %= include 'partials/_nfs_PARAMS'
- %}
-
- % if ($nfs_data->{trt} eq "TABLE") {
- %= include 'partials/_nfs_TABLE'
- %}
-
-
-
-
-%end